Explorar el Código

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 hace 1 año
padre
commit
fe18627ebc
No account linked to committer's email address
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      deepdoc/vision/postprocess.py

+ 1
- 0
deepdoc/vision/postprocess.py Ver fichero

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

Cargando…
Cancelar
Guardar