wolfnuker commited on
Commit
04f4784
·
verified ·
1 Parent(s): bc1fe14

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +20 -0
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).