Shabdobhedi commited on
Commit
ef3c0f4
·
verified ·
1 Parent(s): 5560167

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  from PIL import Image
3
  from ocr_utils import extract_text
4
-
5
  # Streamlit application title
6
  st.title("OCR and Keyword Search Application")
7
  st.write("Upload an image containing Hindi and English text to extract and search within the text.")
 
1
  import streamlit as st
2
  from PIL import Image
3
  from ocr_utils import extract_text
4
+ import numpy as np
5
  # Streamlit application title
6
  st.title("OCR and Keyword Search Application")
7
  st.write("Upload an image containing Hindi and English text to extract and search within the text.")