Update app.py
Browse files
app.py
CHANGED
@@ -39,7 +39,7 @@ with tab1:
|
|
39 |
url = " https://raw.githubusercontent.com/webdevserv/image2OCR/main/images/ocr.jpg"
|
40 |
|
41 |
st.subheader("OCR an image demo")
|
42 |
-
img_description = st.text('Image text will extracted using OCR.')
|
43 |
|
44 |
if st.button('OCR Demo'):
|
45 |
response = requests.get(url)
|
|
|
39 |
url = " https://raw.githubusercontent.com/webdevserv/image2OCR/main/images/ocr.jpg"
|
40 |
|
41 |
st.subheader("OCR an image demo")
|
42 |
+
img_description = st.text('Image text will be extracted using OCR.')
|
43 |
|
44 |
if st.button('OCR Demo'):
|
45 |
response = requests.get(url)
|