Satyam0077 commited on
Commit
5dd0770
·
verified ·
1 Parent(s): 948ea45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -0
README.md CHANGED
@@ -9,5 +9,34 @@ app_file: app.py
9
  pinned: false
10
  license: mit
11
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12
 
13
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
9
  pinned: false
10
  license: mit
11
  ---
12
+ # OCR and Document Search Web Application
13
+
14
+ This project is a web-based prototype that performs Optical Character Recognition (OCR) on an uploaded image containing text in both Hindi and English. The web application also provides a basic keyword search functionality to search for text in the extracted content.
15
+
16
+ ## Features
17
+
18
+ - **OCR Processing**: Extracts text from images using EasyOCR.
19
+ - **Keyword Search**: Allows users to search for specific keywords in the extracted text.
20
+ - **Supports Hindi and English**: Extracts text in both Hindi and English languages.
21
+
22
+ ## Live Demo
23
+
24
+ The application has been deployed on Hugging Face Spaces and can be accessed via the following link:
25
+
26
+ [Live App URL](https://huggingface.co/spaces/Satyam0077/OCR-Document-Search)
27
+
28
+ ---
29
+
30
+ ## Setup Instructions for Running Locally
31
+
32
+ To run this project locally, follow these steps:
33
+
34
+ ### 1. Clone the Repository
35
+
36
+ First, clone the repository from Hugging Face Spaces or GitHub (if available):
37
+
38
+ ```bash
39
+ git clone https://huggingface.co/spaces/Satyam0077/OCR-Document-Search
40
+
41
 
42
  Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference