Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -17,3 +17,4 @@ if uploaded_file:
|
|
17 |
text = pytesseract.image_to_string(image)
|
18 |
st.subheader("Extracted Text")
|
19 |
st.text_area("OCR Result", value=text, height=300)
|
|
|
|
17 |
text = pytesseract.image_to_string(image)
|
18 |
st.subheader("Extracted Text")
|
19 |
st.text_area("OCR Result", value=text, height=300)
|
20 |
+
|