Datasets:
Update README.md
Browse files
README.md
CHANGED
|
@@ -39,10 +39,6 @@ dataset_info:
|
|
| 39 |
dtype: string
|
| 40 |
- name: transcription
|
| 41 |
dtype: string
|
| 42 |
-
- name: reading_order
|
| 43 |
-
dtype: int32
|
| 44 |
-
- name: parent_id
|
| 45 |
-
dtype: string
|
| 46 |
- name: bbox
|
| 47 |
sequence: float32
|
| 48 |
length: 4
|
|
@@ -107,8 +103,6 @@ Each entry in `annotations has:
|
|
| 107 |
| `id` | string | Region identifier, unique within the page |
|
| 108 |
| `label` | string | Region type (see label taxonomy below) |
|
| 109 |
| `transcription` | string | Ground-truth text for the region (`""` where transcription was not collected) |
|
| 110 |
-
| `reading_order` | int | Reading order within the page (`-1` if unset) |
|
| 111 |
-
| `parent_id` | string | ID of the parent region (`""` for top-level regions) |
|
| 112 |
| `bbox` | float[4] | Bounding box `[x1, y1, x2, y2]` in pixels |
|
| 113 |
| `rotation` | float | Rotation angle in degrees |
|
| 114 |
|
|
|
|
| 39 |
dtype: string
|
| 40 |
- name: transcription
|
| 41 |
dtype: string
|
|
|
|
|
|
|
|
|
|
|
|
|
| 42 |
- name: bbox
|
| 43 |
sequence: float32
|
| 44 |
length: 4
|
|
|
|
| 103 |
| `id` | string | Region identifier, unique within the page |
|
| 104 |
| `label` | string | Region type (see label taxonomy below) |
|
| 105 |
| `transcription` | string | Ground-truth text for the region (`""` where transcription was not collected) |
|
|
|
|
|
|
|
| 106 |
| `bbox` | float[4] | Bounding box `[x1, y1, x2, y2]` in pixels |
|
| 107 |
| `rotation` | float | Rotation angle in degrees |
|
| 108 |
|