Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def ocrpdf(file_path,pdf_lang,page_num):
|
|
90 |
bounds = reader.readtext(img1)
|
91 |
print("DONE 4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
|
92 |
|
93 |
-
|
94 |
for bound in bounds:
|
95 |
this = (f'{this}'+f'{bound[1]}')
|
96 |
print(this)
|
|
|
90 |
bounds = reader.readtext(img1)
|
91 |
print("DONE 4 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!")
|
92 |
|
93 |
+
this = ""
|
94 |
for bound in bounds:
|
95 |
this = (f'{this}'+f'{bound[1]}')
|
96 |
print(this)
|