浏览代码

Fix some syntax errors, re not import (#904)

re not import

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)
tags/v0.7.0
dashi6174 1年前
父节点
当前提交
fe18627ebc
没有帐户链接到提交者的电子邮件
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      deepdoc/vision/postprocess.py

+ 1
- 0
deepdoc/vision/postprocess.py 查看文件

@@ -1,4 +1,5 @@
import copy
import re
import numpy as np
import cv2

正在加载...
取消
保存