Aqdas commited on
Commit
d6d80d4
·
verified ·
1 Parent(s): 02293b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -34,6 +34,7 @@ if uploaded_files:
34
  for image in image_byte:
35
  text = image_to_text(image)
36
  text += text
 
37
  all_texts.append(text)
38
 
39
  empty_df = pd.DataFrame()
 
34
  for image in image_byte:
35
  text = image_to_text(image)
36
  text += text
37
+ print('This is the text from single PDF: ', text)
38
  all_texts.append(text)
39
 
40
  empty_df = pd.DataFrame()