Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -100,7 +100,7 @@ def ocrpdf(file_path,pdf_lang,page_num):
|
|
100 |
|
101 |
this = ""
|
102 |
for bound in bounds:
|
103 |
-
this = (f'{this}
|
104 |
return this
|
105 |
|
106 |
|
|
|
100 |
|
101 |
this = ""
|
102 |
for bound in bounds:
|
103 |
+
this = (f'{this} \n{bound[1]}')
|
104 |
return this
|
105 |
|
106 |
|