Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
@@ -35,3 +35,17 @@ To deploy on Hugging Face Spaces:
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|