Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Spanish
ArXiv:
Libraries:
Datasets
Dask
License:
Xueqing commited on
Commit
f6d6cf8
·
verified ·
1 Parent(s): 582ad56

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +9 -9
README.md CHANGED
@@ -1,5 +1,4 @@
1
  ---
2
- license: cc-by-4.0
3
  dataset_info:
4
  features:
5
  - name: image
@@ -17,8 +16,7 @@ configs:
17
  data_files:
18
  - split: train
19
  path: data/train-*
20
- task_categories:
21
- - image-to-text
22
  language:
23
  - es
24
  tags:
@@ -26,10 +24,9 @@ tags:
26
  pretty_name: SpanishOCR
27
  size_categories:
28
  - 10K<n<100K
 
 
29
  ---
30
- ---
31
- license: cc-by-4.0
32
-
33
 
34
  ----------------------------------------------------------------
35
  # Dataset Card for SpanishOCR Dataset
@@ -62,8 +59,8 @@ Each instance in the SpanishOCR dataset comprises 2 fields:
62
 
63
  ### Curation Rationale
64
  The SpanishOCR dataset was curated to support research and development on information extraction techniques and layout retain ability for unstructured documents in Spanish. By providing real-world regulatory documents in unstructured format with ground truth, the dataset seeks to address challenges in extracting informat as well as layouts and convert into machine-readable format.
65
- ### Source Data
66
 
 
67
  #### Initial Data Collection and Normalization
68
  - The source data are regulatory documents for Securities Market from Peru government publically available.
69
  - The pdf files of those documents are downloaded and split via API, split into page per file, and convert into images.
@@ -103,12 +100,15 @@ This dataset enables AI models to extract structured information from scanned fi
103
  ### Dataset Curators
104
  - Yueru He
105
  - Ruoyu Xiang
 
106
 
107
  ### Licensing Information
108
 
109
- - **License:** CC BY 4.0
110
 
111
  ### Citation Information
112
 
113
- If you use this dataset in your research, please consider citing the following paper:
 
 
114
 
 
1
  ---
 
2
  dataset_info:
3
  features:
4
  - name: image
 
16
  data_files:
17
  - split: train
18
  path: data/train-*
19
+ license: apache-2.0
 
20
  language:
21
  - es
22
  tags:
 
24
  pretty_name: SpanishOCR
25
  size_categories:
26
  - 10K<n<100K
27
+ task_categories:
28
+ - image-to-text
29
  ---
 
 
 
30
 
31
  ----------------------------------------------------------------
32
  # Dataset Card for SpanishOCR Dataset
 
59
 
60
  ### Curation Rationale
61
  The SpanishOCR dataset was curated to support research and development on information extraction techniques and layout retain ability for unstructured documents in Spanish. By providing real-world regulatory documents in unstructured format with ground truth, the dataset seeks to address challenges in extracting informat as well as layouts and convert into machine-readable format.
 
62
 
63
+ ### Source Data
64
  #### Initial Data Collection and Normalization
65
  - The source data are regulatory documents for Securities Market from Peru government publically available.
66
  - The pdf files of those documents are downloaded and split via API, split into page per file, and convert into images.
 
100
  ### Dataset Curators
101
  - Yueru He
102
  - Ruoyu Xiang
103
+ - The FinAI Team
104
 
105
  ### Licensing Information
106
 
107
+ - **License:** Apache License 2.0
108
 
109
  ### Citation Information
110
 
111
+ If you use this dataset, please cite:
112
+
113
+ ```bibtex
114