File size: 1,363 Bytes
eb8a3b6
 
 
961ece4
 
 
 
 
 
 
 
 
 
 
 
6b02ada
961ece4
 
6b02ada
 
 
 
961ece4
 
6b02ada
961ece4
6b02ada
 
eb8a3b6
d70d63b
 
 
 
8cef786
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
language:
- sv
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
dataset_info:
  features:
  - name: batch_name
    dtype: string
  - name: image_name
    dtype: string
  - name: image
    dtype: image
  - name: txt
    dtype: string
  - name: alto_raw
    dtype: string
  - name: alto_base64
    dtype: string
  splits:
  - name: train
    num_bytes: 1059494490.0
    num_examples: 824
  download_size: 1014753189
  dataset_size: 1059494490.0
---


# Dataset Card for Linköping

This is temporary datasets ..


---

## Dataset Structure

The dataset consists of five main columns:

- **`batch_name`**: The name of the batch or collection the document belongs to (e.g., `P1863`).
- **`image_name`**: The name of the specific document image (e.g., `P1863_00001`).
- **`image`**: The binary content of the document's JPEG image.
- **`txt`**: The extracted plain text content from the corresponding XML file.
- **`alto`**: The binary content of the original ALTO XML file.

### Example Entry

| batch_name | image_name    | image             | txt                                | alto               |
|------------|---------------|-------------------|------------------------------------|--------------------|
| `P1863`    | `P1863_00001` | Binary (JPEG)     | `"hvarom särskild skrifvelse..."` | Binary (XML)       |

---