Update README.md
Browse files
README.md
CHANGED
|
@@ -1,3 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
|
| 2 |
|
| 3 |
```markdown
|
|
@@ -58,4 +66,4 @@ You can use this code as a starting point for your OCR projects. It's important
|
|
| 58 |
|
| 59 |
This code uses models from the Hugging Face Transformers library, and you should review their licensing and usage terms for the pretrained models.
|
| 60 |
|
| 61 |
-
```
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
metrics:
|
| 6 |
+
- cer
|
| 7 |
+
pipeline_tag: image-to-text
|
| 8 |
+
---
|
| 9 |
|
| 10 |
|
| 11 |
```markdown
|
|
|
|
| 66 |
|
| 67 |
This code uses models from the Hugging Face Transformers library, and you should review their licensing and usage terms for the pretrained models.
|
| 68 |
|
| 69 |
+
```
|