Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -16,12 +16,23 @@ OCR and Text Search Web Application
|
|
16 |
This web application allows users to upload an image containing text in Hindi and English, perform Optical Character Recognition (OCR) on the image, and search for keywords within the extracted text.
|
17 |
Features
|
18 |
|
19 |
-
OCR
|
20 |
-
Keyword search with context highlighting
|
21 |
-
Error handling and user feedback
|
22 |
-
Deployed on Hugging Face Spaces
|
23 |
|
24 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
25 |
This application is designed to be deployed on Hugging Face Spaces. To deploy:
|
26 |
|
27 |
Create a new Space on Hugging Face:
|
|
|
16 |
This web application allows users to upload an image containing text in Hindi and English, perform Optical Character Recognition (OCR) on the image, and search for keywords within the extracted text.
|
17 |
Features
|
18 |
|
19 |
+
# OCR Text Extraction Tool
|
|
|
|
|
|
|
20 |
|
21 |
+
This is a simple OCR (Optical Character Recognition) tool implemented using Streamlit. It allows users to upload an image and extract text from it using Tesseract OCR. Additionally, you can search for specific keywords within the extracted text.
|
22 |
+
|
23 |
+
## How to Use
|
24 |
+
1. Upload an image file (JPG, JPEG, PNG).
|
25 |
+
2. The extracted text will be displayed.
|
26 |
+
3. Enter a keyword to search within the extracted text.
|
27 |
+
|
28 |
+
## Prerequisites
|
29 |
+
- Streamlit
|
30 |
+
- OpenCV
|
31 |
+
- Tesseract OCR
|
32 |
+
- Numpy
|
33 |
+
- Pillow
|
34 |
+
|
35 |
+
## Deployment on Hugging Face Spaces
|
36 |
This application is designed to be deployed on Hugging Face Spaces. To deploy:
|
37 |
|
38 |
Create a new Space on Hugging Face:
|