Omnibus commited on
Commit
9c777f4
·
1 Parent(s): 352bdf6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}'+ f'{bound[1]}')
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