Datasets:
Commit
•
7bf67e3
1
Parent(s):
811b5e8
Update README.md (#3)
Browse files- Update README.md (def0af6eb2d81e52cf7e33d851ec56f8fa4ff41f)
Co-authored-by: Alexis IMBERT <[email protected]>
README.md
CHANGED
@@ -19,12 +19,18 @@ dataset_info:
|
|
19 |
- name: test
|
20 |
num_examples: 478
|
21 |
dataset_size: 4791
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
---
|
23 |
|
24 |
-
# POPP
|
25 |
|
26 |
## Table of Contents
|
27 |
-
- [POPP
|
28 |
- [Table of Contents](#table-of-contents)
|
29 |
- [Dataset Description](#dataset-description)
|
30 |
- [Languages](#languages)
|
@@ -43,6 +49,8 @@ dataset_info:
|
|
43 |
|
44 |
The POPP dataset includes French civil census from Paris from the early 20th century.
|
45 |
|
|
|
|
|
46 |
### Languages
|
47 |
|
48 |
All the documents in the dataset are written in French.
|
@@ -61,5 +69,5 @@ All the documents in the dataset are written in French.
|
|
61 |
### Data Fields
|
62 |
|
63 |
|
64 |
-
- `image`:
|
65 |
- `text`: the label transcription of the image.
|
|
|
19 |
- name: test
|
20 |
num_examples: 478
|
21 |
dataset_size: 4791
|
22 |
+
tags:
|
23 |
+
- atr
|
24 |
+
- htr
|
25 |
+
- ocr
|
26 |
+
- historical
|
27 |
+
- handwritten
|
28 |
---
|
29 |
|
30 |
+
# POPP - line level
|
31 |
|
32 |
## Table of Contents
|
33 |
+
- [POPP - line level](#popp-line-level)
|
34 |
- [Table of Contents](#table-of-contents)
|
35 |
- [Dataset Description](#dataset-description)
|
36 |
- [Languages](#languages)
|
|
|
49 |
|
50 |
The POPP dataset includes French civil census from Paris from the early 20th century.
|
51 |
|
52 |
+
Note that all images are resized to a fixed height of 128 pixels.
|
53 |
+
|
54 |
### Languages
|
55 |
|
56 |
All the documents in the dataset are written in French.
|
|
|
69 |
### Data Fields
|
70 |
|
71 |
|
72 |
+
- `image`: a PIL.Image.Image object containing the image. Note that when accessing the image column (using dataset[0]["image"]), the image file is automatically decoded. Decoding of a large number of image files might take a significant amount of time. Thus it is important to first query the sample index before the "image" column, i.e. dataset[0]["image"] should always be preferred over dataset["image"][0].
|
73 |
- `text`: the label transcription of the image.
|