Gabriel commited on
Commit
8cef786
·
verified ·
1 Parent(s): 961ece4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -29,4 +29,25 @@ dataset_info:
29
 
30
  # Dataset Card for Linköping
31
 
32
- This is temporary datasets ..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
29
 
30
  # Dataset Card for Linköping
31
 
32
+ This is temporary datasets ..
33
+
34
+
35
+ ---
36
+
37
+ ## Dataset Structure
38
+
39
+ The dataset consists of five main columns:
40
+
41
+ - **`batch_name`**: The name of the batch or collection the document belongs to (e.g., `P1863`).
42
+ - **`image_name`**: The name of the specific document image (e.g., `P1863_00001`).
43
+ - **`image`**: The binary content of the document's JPEG image.
44
+ - **`txt`**: The extracted plain text content from the corresponding XML file.
45
+ - **`alto`**: The binary content of the original ALTO XML file.
46
+
47
+ ### Example Entry
48
+
49
+ | batch_name | image_name | image | txt | alto |
50
+ |------------|---------------|-------------------|------------------------------------|--------------------|
51
+ | `P1863` | `P1863_00001` | Binary (JPEG) | `"hvarom särskild skrifvelse..."` | Binary (XML) |
52
+
53
+ ---