dashi6174 commited on
Commit
acb5a57
·
1 Parent(s): 5365cac

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

Browse files

re not import

### What problem does this PR solve?

### Type of change

- [x] Bug Fix (non-breaking change which fixes an issue)

Files changed (1) hide show
  1. deepdoc/vision/postprocess.py +1 -0
deepdoc/vision/postprocess.py CHANGED
@@ -1,4 +1,5 @@
1
  import copy
 
2
 
3
  import numpy as np
4
  import cv2
 
1
  import copy
2
+ import re
3
 
4
  import numpy as np
5
  import cv2