Update README.md
Browse files
README.md
CHANGED
@@ -23,7 +23,30 @@ dataset_info:
|
|
23 |
num_examples: 143765
|
24 |
download_size: 41076905
|
25 |
dataset_size: 963207990
|
|
|
|
|
|
|
|
|
|
|
26 |
---
|
27 |
-
#
|
28 |
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
23 |
num_examples: 143765
|
24 |
download_size: 41076905
|
25 |
dataset_size: 963207990
|
26 |
+
license: afl-3.0
|
27 |
+
language:
|
28 |
+
- cs
|
29 |
+
tags:
|
30 |
+
- finance
|
31 |
---
|
32 |
+
# CIVQA EasyOCR Train"
|
33 |
|
34 |
+
The CIVQA (Czech Invoice Visual Question Answering) dataset was created with EasyOCR. This dataset contains only the train split. The validation part of the dataset can be found on this URL: https://huggingface.co/datasets/Sharka/CIVQA_EasyOCR_Validation
|
35 |
+
The encoded train dataset for the LayoutLM can be found on this link: https://huggingface.co/datasets/Sharka/CIVQA_EasyOCR_LayoutLM_Train
|
36 |
+
|
37 |
+
All invoices used in this dataset were obtained from public sources. Over these invoices, we were focusing on 15 different entities, which are crucial for processing the invoices.
|
38 |
+
- Invoice number
|
39 |
+
- Variable symbol
|
40 |
+
- Specific symbol
|
41 |
+
- Constant symbol
|
42 |
+
- Bank code
|
43 |
+
- Account number
|
44 |
+
- ICO
|
45 |
+
- Total amount
|
46 |
+
- Invoice date
|
47 |
+
- Due date
|
48 |
+
- Name of supplier
|
49 |
+
- IBAN
|
50 |
+
- DIC
|
51 |
+
- QR code
|
52 |
+
- Supplier's address
|