Spaces:
Build error
Build error
Update app.py
Browse files
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()
|