Spaces:
Sleeping
Sleeping
Commit
·
79a6f44
1
Parent(s):
cc5676d
Update app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ if uploaded_file is not None:
|
|
18 |
|
19 |
|
20 |
|
21 |
-
|
22 |
#st.image(image, caption='Sunrise by the mountains')
|
23 |
extractedInformation = pytesseract.image_to_string(image)
|
24 |
st.write(extractedInformation)
|
|
|
18 |
|
19 |
|
20 |
|
21 |
+
image = Image.open(uploaded_file)
|
22 |
#st.image(image, caption='Sunrise by the mountains')
|
23 |
extractedInformation = pytesseract.image_to_string(image)
|
24 |
st.write(extractedInformation)
|