Datasets:
Commit
·
858526b
1
Parent(s):
9d5add7
Update README.md
Browse files
README.md
CHANGED
|
@@ -85,17 +85,17 @@ DatasetDict({
|
|
| 85 |
})
|
| 86 |
```
|
| 87 |
|
| 88 |
-
|
| 89 |
|
| 90 |
The DocLayNet base makes easy to display document image with the annotaed bounding boxes of paragraphes or lines.
|
| 91 |
|
| 92 |
Check the notebook [processing_DocLayNet_dataset_to_be_used_by_layout_models_of_HF_hub.ipynb](https://github.com/piegu/language-models/blob/master/processing_DocLayNet_dataset_to_be_used_by_layout_models_of_HF_hub.ipynb) in order to get the code.
|
| 93 |
|
| 94 |
-
|
| 95 |
|
| 96 |

|
| 97 |
|
| 98 |
-
|
| 99 |
|
| 100 |

|
| 101 |
|
|
|
|
| 85 |
})
|
| 86 |
```
|
| 87 |
|
| 88 |
+
### Annotated bounding boxes
|
| 89 |
|
| 90 |
The DocLayNet base makes easy to display document image with the annotaed bounding boxes of paragraphes or lines.
|
| 91 |
|
| 92 |
Check the notebook [processing_DocLayNet_dataset_to_be_used_by_layout_models_of_HF_hub.ipynb](https://github.com/piegu/language-models/blob/master/processing_DocLayNet_dataset_to_be_used_by_layout_models_of_HF_hub.ipynb) in order to get the code.
|
| 93 |
|
| 94 |
+
#### Paragraphes
|
| 95 |
|
| 96 |

|
| 97 |
|
| 98 |
+
#### Lines
|
| 99 |
|
| 100 |

|
| 101 |
|