Omnibus commited on
Commit
b4be601
·
1 Parent(s): 47a5a07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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)