Commit ·
adc19d8
1
Parent(s): eec5bf0
Added textract ocr parquet file and a limited README with new column definitions
Browse files- README.md +27 -0
- chronam_ocr_1770-1810.with_ocr_text_new.parquet +3 -0
README.md
CHANGED
|
@@ -1,3 +1,30 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 2 |
license: cc0-1.0
|
| 3 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
+
configs:
|
| 3 |
+
- config_name: default
|
| 4 |
+
data_files:
|
| 5 |
+
- split: train
|
| 6 |
+
path: chronam_ocr_1770-1810.with_ocr_text_new.parquet
|
| 7 |
license: cc0-1.0
|
| 8 |
---
|
| 9 |
+
|
| 10 |
+
# Textract OCR data for the Chronicling America: Historic American Newspapers 1770–1810 dataset
|
| 11 |
+
|
| 12 |
+
Column descriptions and definitions (and more important documentation) can be found in the source dataset at https://huggingface.co/datasets/RevolutionCrossroads/loc_chronicling_america_1770-1810.
|
| 13 |
+
|
| 14 |
+
## Dataset Structure
|
| 15 |
+
|
| 16 |
+
**Record Level**
|
| 17 |
+
Each record in the dataset corresponds to a single newspaper page. Issue-level metadata (title, place, date, edition) is repeated across all pages of that issue.
|
| 18 |
+
|
| 19 |
+
## Data Fields
|
| 20 |
+
|
| 21 |
+
New columns in this derivative dataset are:
|
| 22 |
+
|
| 23 |
+
- **textract_OCR** *(string)*
|
| 24 |
+
OCR results from the AWS Textract API
|
| 25 |
+
|
| 26 |
+
- **textract_date** *(datetime64)*
|
| 27 |
+
The date and time that the Textract OCR was returned.
|
| 28 |
+
|
| 29 |
+
- **textract_source** *(string)*
|
| 30 |
+
The source for the OCR data.
|
chronam_ocr_1770-1810.with_ocr_text_new.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:0dda4a1e83bfc2aa3fb9651062a95fcf35824ddd291da03bdc3cb09a395c7e47
|
| 3 |
+
size 528110874
|