Spaces:
Build error
Build error
Update app.py
Browse files
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.")
|