starride-teklia mboillet commited on
Commit
5f8e7ce
1 Parent(s): ea3f70b

Update README.md (#3)

Browse files

- Update README.md (49860de6692bdc460f8a6f87679d8ae6d7c27d5e)


Co-authored-by: Mélodie Boillet <mboillet@users.noreply.huggingface.co>

Files changed (1) hide show
  1. README.md +12 -5
README.md CHANGED
@@ -4,8 +4,7 @@ language:
4
  - ca
5
  task_categories:
6
  - image-to-text
7
- pretty_name: Esposalles
8
-
9
  dataset_info:
10
  features:
11
  - name: image
@@ -20,12 +19,18 @@ dataset_info:
20
  - name: test
21
  num_examples: 757
22
  dataset_size: 3827
 
 
 
 
 
 
23
  ---
24
 
25
- # Esposalles Dataset
26
 
27
  ## Table of Contents
28
- - [Esposalles Dataset](#esposalles-dataset)
29
  - [Table of Contents](#table-of-contents)
30
  - [Dataset Description](#dataset-description)
31
  - [Dataset Summary](#dataset-summary)
@@ -45,6 +50,8 @@ dataset_info:
45
 
46
  The Marriage Licenses ground-truth is compiled from the Marriage Licenses Books conserved at the Archives of the Cathedral of Barcelona.
47
 
 
 
48
  ### Languages
49
 
50
  All the documents in the dataset are written in Catalan.
@@ -63,5 +70,5 @@ All the documents in the dataset are written in Catalan.
63
  ### Data Fields
64
 
65
 
66
- - `image`: A PIL.Image.Image object containing the image. Note that when accessing the image column: 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].
67
  - `text`: the label transcription of the image.
 
4
  - ca
5
  task_categories:
6
  - image-to-text
7
+ pretty_name: Esposalles-line
 
8
  dataset_info:
9
  features:
10
  - name: image
 
19
  - name: test
20
  num_examples: 757
21
  dataset_size: 3827
22
+ tags:
23
+ - atr
24
+ - htr
25
+ - ocr
26
+ - historical
27
+ - handwritten
28
  ---
29
 
30
+ # Esposalles - line level
31
 
32
  ## Table of Contents
33
+ - [Esposalles - line level](#esposalles-line-level)
34
  - [Table of Contents](#table-of-contents)
35
  - [Dataset Description](#dataset-description)
36
  - [Dataset Summary](#dataset-summary)
 
50
 
51
  The Marriage Licenses ground-truth is compiled from the Marriage Licenses Books conserved at the Archives of the Cathedral of Barcelona.
52
 
53
+ Note that all images are resized to a fixed height of 128 pixels.
54
+
55
  ### Languages
56
 
57
  All the documents in the dataset are written in Catalan.
 
70
  ### Data Fields
71
 
72
 
73
+ - `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].
74
  - `text`: the label transcription of the image.