KZTech commited on
Commit
95abc88
·
verified ·
1 Parent(s): 6c6aad2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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
+