Commit ·
2a1b50e
1
Parent(s): 2f9e16c
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,12 +1,3 @@
|
|
| 1 |
-
|
| 2 |
-
objective :
|
| 3 |
-
|
| 4 |
-
This demo allows you to perform Optical Character Recognition (OCR) on receipt images using your custom-trained OCR model.
|
| 5 |
-
|
| 6 |
-
Usage :
|
| 7 |
-
|
| 8 |
-
You can upload receipt images, and the demo will provide you with your segmented image.
|
| 9 |
-
|
| 10 |
---
|
| 11 |
title: OCR-Demo
|
| 12 |
emoji: 👀
|
|
@@ -17,4 +8,13 @@ sdk_version: 3.41.2
|
|
| 17 |
app_file: app.py
|
| 18 |
pinned: false
|
| 19 |
license: openrail
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
title: OCR-Demo
|
| 3 |
emoji: 👀
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: openrail
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
objective :
|
| 14 |
+
|
| 15 |
+
This demo allows you to perform Optical Character Recognition (OCR) on receipt images using our custom-trained OCR model.
|
| 16 |
+
|
| 17 |
+
Usage :
|
| 18 |
+
|
| 19 |
+
You can upload receipt images, and the demo will provide you with your segmented image.
|
| 20 |
|