updated
Browse files
app.py
CHANGED
@@ -113,7 +113,7 @@ def upload_and_process(image):
|
|
113 |
return "Processing failed.", []
|
114 |
|
115 |
# Streamlit UI
|
116 |
-
st.title("
|
117 |
image_input = st.file_uploader("Upload Image", type=["png", "jpg", "jpeg"])
|
118 |
output_text = st.text_area("Extracted Text", height=300)
|
119 |
if image_input:
|
|
|
113 |
return "Processing failed.", []
|
114 |
|
115 |
# Streamlit UI
|
116 |
+
st.title("OCR Extraction Application")
|
117 |
image_input = st.file_uploader("Upload Image", type=["png", "jpg", "jpeg"])
|
118 |
output_text = st.text_area("Extracted Text", height=300)
|
119 |
if image_input:
|