Update README.md
Browse files
README.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# OCR (CPU/GPU)
|
| 2 |
|
| 3 |
-
- **Model:** `
|
| 4 |
- **Task:** Extract text from images. Default language: English.
|
| 5 |
- **Note:** Here we just provide the resources for to run this models in the laptops we didn't develop this entire models we just use the open source models for the experiment this model is developed by Jaided AI
|
| 6 |
|
|
@@ -29,4 +39,4 @@ and while running the main.py code using command then only you the output
|
|
| 29 |
|
| 30 |
other wise you get the output like this
|
| 31 |
usage: main.py [-h] --image IMAGE
|
| 32 |
-
error: the following arguments are required: --image
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
pipeline_tag: image-text-to-text
|
| 6 |
+
tags:
|
| 7 |
+
- OCR
|
| 8 |
+
- Jaided AI
|
| 9 |
+
- easyocr
|
| 10 |
+
---
|
| 11 |
# OCR (CPU/GPU)
|
| 12 |
|
| 13 |
+
- **Model:** `C` (Apache-2.0)
|
| 14 |
- **Task:** Extract text from images. Default language: English.
|
| 15 |
- **Note:** Here we just provide the resources for to run this models in the laptops we didn't develop this entire models we just use the open source models for the experiment this model is developed by Jaided AI
|
| 16 |
|
|
|
|
| 39 |
|
| 40 |
other wise you get the output like this
|
| 41 |
usage: main.py [-h] --image IMAGE
|
| 42 |
+
error: the following arguments are required: --image
|