Datasets:
mathieu1256
commited on
Commit
•
ab78c9d
1
Parent(s):
2148280
Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,44 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
dataset_info:
|
3 |
features:
|
@@ -23,4 +64,4 @@ configs:
|
|
23 |
path: data/train-*
|
24 |
---
|
25 |
|
26 |
-
@misc{limam2023fatura, title={FATURA: A Multi-Layout Invoice Image Dataset for Document Analysis and Understanding}, author={Mahmoud Limam and Marwa Dhiaf and Yousri Kessentini}, year={2023}, eprint={2311.11856}, archivePrefix={arXiv}, primaryClass={cs.CV} }
|
|
|
1 |
+
---
|
2 |
+
dataset_info:
|
3 |
+
features:
|
4 |
+
- name: image
|
5 |
+
dtype: image
|
6 |
+
- name: ner_tags
|
7 |
+
sequence: int64
|
8 |
+
- name: words
|
9 |
+
sequence: string
|
10 |
+
- name: bboxes
|
11 |
+
sequence:
|
12 |
+
sequence: int64
|
13 |
+
splits:
|
14 |
+
- name: train
|
15 |
+
num_bytes: 477503369
|
16 |
+
num_examples: 10000
|
17 |
+
download_size: 342662174
|
18 |
+
dataset_size: 477503369
|
19 |
+
configs:
|
20 |
+
- config_name: default
|
21 |
+
data_files:
|
22 |
+
- split: train
|
23 |
+
path: data/train-*
|
24 |
+
license: cc-by-4.0
|
25 |
+
task_categories:
|
26 |
+
- text-classification
|
27 |
+
- token-classification
|
28 |
+
language:
|
29 |
+
- en
|
30 |
+
tags:
|
31 |
+
- invoices
|
32 |
+
- invoice
|
33 |
+
- FATURA
|
34 |
+
pretty_name: FATURA2 invoices dataset
|
35 |
+
size_categories:
|
36 |
+
- 1K<n<10K
|
37 |
+
---
|
38 |
+
The dataset consists of 10000 jpg images with white backgrounds, 10000 jpg images with colored backgrounds (the same colors used in the paper) as well as 3x10000 json annotation files. The images are generated from 50 different templates.
|
39 |
+
|
40 |
+
https://zenodo.org/records/10371464
|
41 |
+
|
42 |
---
|
43 |
dataset_info:
|
44 |
features:
|
|
|
64 |
path: data/train-*
|
65 |
---
|
66 |
|
67 |
+
@misc{limam2023fatura, title={FATURA: A Multi-Layout Invoice Image Dataset for Document Analysis and Understanding}, author={Mahmoud Limam and Marwa Dhiaf and Yousri Kessentini}, year={2023}, eprint={2311.11856}, archivePrefix={arXiv}, primaryClass={cs.CV} }
|