Datasets:
Upload README.md with huggingface_hub
Browse files
README.md
ADDED
|
@@ -0,0 +1,20 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
- optical-character-recognition
|
| 6 |
+
tags:
|
| 7 |
+
- funsd
|
| 8 |
+
- docld
|
| 9 |
+
- form-understanding
|
| 10 |
+
- ocr
|
| 11 |
+
---
|
| 12 |
+
|
| 13 |
+
# FUNSD benchmark (DocLD)
|
| 14 |
+
|
| 15 |
+
Test set for the [FUNSD](https://guillaumejaume.github.io/FUNSD/) benchmark used with [DocLD](https://docld.com): 50 form images and 50 ground-truth annotation JSON files.
|
| 16 |
+
|
| 17 |
+
- **images/** — 50 PNG form images (FUNSD test set).
|
| 18 |
+
- **annotations/** — 50 JSON files (FUNSD format: entities with text, box, label).
|
| 19 |
+
|
| 20 |
+
Code and full benchmark: [github.com/Doc-LD/funsd-bench](https://github.com/Doc-LD/funsd-bench).
|