Update README.md
Browse files
README.md
CHANGED
@@ -17,11 +17,17 @@ configs:
|
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
license: apache-2.0
|
|
|
|
|
20 |
tags:
|
21 |
-
-
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
-
|
25 |
----------------------------------------------------------------
|
26 |
# Dataset Card for EnglishOCR Dataset
|
27 |
|
@@ -53,8 +59,8 @@ Each instance in the English OCR dataset comprises 2 fields:
|
|
53 |
|
54 |
### Curation Rationale
|
55 |
The EnglishOCR dataset was curated to support research and development on information extraction techniques and layout retain ability for unstructured documents in financial domain in English. By providing real-world company filings in unstructured format with ground truth, the dataset seeks to address challenges in extracting informat as well as layouts of complex documents, and convert into machine-readable format.
|
56 |
-
### Source Data
|
57 |
|
|
|
58 |
#### Initial Data Collection and Normalization
|
59 |
- The source data are company filings from SEC EDGAR system.
|
60 |
- Subset of company filings in 2025 are downloaded in html format, and converted into correspondig pdf versions.
|
@@ -95,12 +101,15 @@ This dataset enables AI models to extract structured information from scanned fi
|
|
95 |
|
96 |
### Dataset Curators
|
97 |
- Yueru He
|
|
|
98 |
|
99 |
### Licensing Information
|
100 |
|
101 |
-
- **License:**
|
102 |
|
103 |
### Citation Information
|
104 |
|
105 |
-
If you use this dataset
|
|
|
|
|
106 |
|
|
|
17 |
- split: train
|
18 |
path: data/train-*
|
19 |
license: apache-2.0
|
20 |
+
language:
|
21 |
+
- es
|
22 |
tags:
|
23 |
+
- finance
|
24 |
+
pretty_name: EnglishOCR
|
25 |
+
size_categories:
|
26 |
+
- 10K<n<100K
|
27 |
+
task_categories:
|
28 |
+
- image-to-text
|
29 |
---
|
30 |
|
|
|
31 |
----------------------------------------------------------------
|
32 |
# Dataset Card for EnglishOCR Dataset
|
33 |
|
|
|
59 |
|
60 |
### Curation Rationale
|
61 |
The EnglishOCR dataset was curated to support research and development on information extraction techniques and layout retain ability for unstructured documents in financial domain in English. By providing real-world company filings in unstructured format with ground truth, the dataset seeks to address challenges in extracting informat as well as layouts of complex documents, and convert into machine-readable format.
|
|
|
62 |
|
63 |
+
### Source Data
|
64 |
#### Initial Data Collection and Normalization
|
65 |
- The source data are company filings from SEC EDGAR system.
|
66 |
- Subset of company filings in 2025 are downloaded in html format, and converted into correspondig pdf versions.
|
|
|
101 |
|
102 |
### Dataset Curators
|
103 |
- Yueru He
|
104 |
+
- The FinAI Team
|
105 |
|
106 |
### Licensing Information
|
107 |
|
108 |
+
- **License:** Apache License 2.0
|
109 |
|
110 |
### Citation Information
|
111 |
|
112 |
+
If you use this dataset, please cite:
|
113 |
+
|
114 |
+
```bibtex
|
115 |
|