Commit ·
20db990
1
Parent(s): 74b668a
Update README.md to include project logo, description, and usage instructions for the HOCR dataset
Browse files- README.md +20 -0
- assets/hocr.png +3 -0
README.md
CHANGED
|
@@ -1,3 +1,23 @@
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
license: apache-2.0
|
| 3 |
---
|
| 4 |
+
|
| 5 |
+
<div align="center">
|
| 6 |
+
|
| 7 |
+

|
| 8 |
+
|
| 9 |
+
# 📄 HOCR: Hard OCR Samples for evaluating OCR models
|
| 10 |
+
|
| 11 |
+
</div>
|
| 12 |
+
|
| 13 |
+
This dataset contains a few samples of real world documents that are hard for OCR models to parse properly — collected from various sources.
|
| 14 |
+
|
| 15 |
+
## Usage
|
| 16 |
+
|
| 17 |
+
You can load up the dataset via Huggingface's `datasets` library and use it as you see fit.
|
| 18 |
+
|
| 19 |
+
```python
|
| 20 |
+
from datasets import load_dataset
|
| 21 |
+
|
| 22 |
+
dataset = load_dataset("chonkie-ai/hocr", split="train")
|
| 23 |
+
```
|
assets/hocr.png
ADDED
|
Git LFS Details
|