Datasets:
Update readme
Browse files
README.md
CHANGED
@@ -49,6 +49,8 @@ tags:
|
|
49 |
|
50 |
Himanis (HIstorical MANuscript Indexing for user controlled Search) is a corpus of medieval documents.
|
51 |
|
|
|
|
|
52 |
### Languages
|
53 |
|
54 |
All the documents in the dataset are written in Latin and in French.
|
@@ -67,5 +69,5 @@ All the documents in the dataset are written in Latin and in French.
|
|
67 |
### Data Fields
|
68 |
|
69 |
|
70 |
-
- `image`:
|
71 |
- `text`: the label transcription of the image.
|
|
|
49 |
|
50 |
Himanis (HIstorical MANuscript Indexing for user controlled Search) is a corpus of medieval documents.
|
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 Latin and 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.
|