Spaces:
Sleeping
Sleeping
Upload app.py
Browse files
app.py
CHANGED
|
@@ -25,11 +25,11 @@ def extract_text(file_path):
|
|
| 25 |
# st.write(f"Page {i + 1}")
|
| 26 |
image_text += pytesseract.image_to_string(image)
|
| 27 |
|
| 28 |
-
st.write("text")
|
| 29 |
-
st.write(text)
|
| 30 |
|
| 31 |
-
st.write("image_text")
|
| 32 |
-
st.write(image_text)
|
| 33 |
|
| 34 |
text = text + image_text
|
| 35 |
st.write("plus")
|
|
|
|
| 25 |
# st.write(f"Page {i + 1}")
|
| 26 |
image_text += pytesseract.image_to_string(image)
|
| 27 |
|
| 28 |
+
# st.write("text")
|
| 29 |
+
# st.write(text)
|
| 30 |
|
| 31 |
+
# st.write("image_text")
|
| 32 |
+
# st.write(image_text)
|
| 33 |
|
| 34 |
text = text + image_text
|
| 35 |
st.write("plus")
|