Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,17 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
# OCR and Keyword Search Web Application
|
2 |
|
3 |
This web application performs Optical Character Recognition (OCR) on uploaded images containing text in both Hindi and English,
|
@@ -34,18 +48,4 @@ To deploy on Hugging Face Spaces:
|
|
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.
|
38 |
-
|
39 |
-
|
40 |
-
---
|
41 |
-
title: {{title}}
|
42 |
-
emoji: {{emoji}}
|
43 |
-
colorFrom: {{colorFrom}}
|
44 |
-
colorTo: {{colorTo}}
|
45 |
-
sdk: {{sdk}}
|
46 |
-
sdk_version: "{{sdkVersion}}"
|
47 |
-
app_file: app.py
|
48 |
-
pinned: false
|
49 |
-
---
|
50 |
-
|
51 |
-
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
1 |
+
---
|
2 |
+
title: OCR IITRoorkie
|
3 |
+
emoji: 📚
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: green
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.44.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
---
|
11 |
+
|
12 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
13 |
+
|
14 |
+
|
15 |
# OCR and Keyword Search Web Application
|
16 |
|
17 |
This web application performs Optical Character Recognition (OCR) on uploaded images containing text in both Hindi and English,
|
|
|
48 |
2. Enter a keyword to search within the extracted text.
|
49 |
3. The application will display the extracted text and search results.
|
50 |
|
51 |
+
Note: The OCR accuracy may vary depending on the image quality. Might get incorrect readings if the image has hazy words.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|