Sfoglia il codice sorgente

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 anno fa
parent
commit
fe18627ebc
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1
    0
      deepdoc/vision/postprocess.py

+ 1
- 0
deepdoc/vision/postprocess.py Vedi File

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

Loading…
Annulla
Salva