Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -13,15 +13,13 @@ and provides a keyword search functionality.
|
|
13 |
For Windows,
|
14 |
Download and install from https://github.com/UB-Mannheim/tesseract/wiki
|
15 |
|
16 |
-
3. Update the tesseract path in script (this was not needed while deploying to Hugging Face but had to use it while running it locally on my machine)
|
17 |
|
18 |
## Running Locally
|
19 |
|
20 |
To run the application locally:
|
21 |
-
|
22 |
python app.py
|
23 |
|
24 |
-
|
25 |
## Deployment
|
26 |
|
27 |
To deploy on Hugging Face Spaces:
|
@@ -32,8 +30,8 @@ To deploy on Hugging Face Spaces:
|
|
32 |
|
33 |
## Usage
|
34 |
|
35 |
-
1. Upload an image containing Hindi and
|
36 |
2. Enter a keyword to search within the extracted text.
|
37 |
3. The application will display the extracted text and search results.
|
38 |
|
39 |
-
Note: The OCR accuracy may vary depending on the image quality
|
|
|
13 |
For Windows,
|
14 |
Download and install from https://github.com/UB-Mannheim/tesseract/wiki
|
15 |
|
16 |
+
3. Update the tesseract path in script (this was not needed while deploying to Hugging Face Space but had to use it while running it locally on my machine)
|
17 |
|
18 |
## Running Locally
|
19 |
|
20 |
To run the application locally:
|
|
|
21 |
python app.py
|
22 |
|
|
|
23 |
## Deployment
|
24 |
|
25 |
To deploy on Hugging Face Spaces:
|
|
|
30 |
|
31 |
## Usage
|
32 |
|
33 |
+
1. Upload an image containing Hindi and English texts.
|
34 |
2. Enter a keyword to search within the extracted text.
|
35 |
3. The application will display the extracted text and search results.
|
36 |
|
37 |
+
Note: The OCR accuracy may vary depending on the image quality. Might get incorrect readings if the image has hazy words.
|