Spaces:
Runtime error
Runtime error
Commit
·
86be962
1
Parent(s):
4e24af2
Update app.py
Browse files
app.py
CHANGED
@@ -15,9 +15,9 @@ if uploaded_file is not None:
|
|
15 |
st.write(file_details)
|
16 |
img = load_image(uploaded_file)
|
17 |
st.image(img,width=250)
|
18 |
-
reader = easyocr.Reader(['en'])
|
19 |
-
bound = reader.readtext(img)
|
20 |
-
st.write(str(bound))
|
21 |
|
22 |
|
23 |
|
|
|
15 |
st.write(file_details)
|
16 |
img = load_image(uploaded_file)
|
17 |
st.image(img,width=250)
|
18 |
+
#reader = easyocr.Reader(['en'])
|
19 |
+
#bound = reader.readtext(img)
|
20 |
+
#st.write(str(bound))
|
21 |
|
22 |
|
23 |
|