update
Browse files- lib/ocr_2.py +1 -1
lib/ocr_2.py
CHANGED
@@ -270,7 +270,7 @@ def processFiles(pdfs, verbose = False) :
|
|
270 |
index = docindices[i][j][k]
|
271 |
if toCB[index] :
|
272 |
orginfo = getOrgAddr(texts[index])
|
273 |
-
print(file)
|
274 |
print()
|
275 |
print(orginfo)
|
276 |
print()
|
|
|
270 |
index = docindices[i][j][k]
|
271 |
if toCB[index] :
|
272 |
orginfo = getOrgAddr(texts[index])
|
273 |
+
# print(file)
|
274 |
print()
|
275 |
print(orginfo)
|
276 |
print()
|