Datasets:
pierreguillou
commited on
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 |
![Annotaded DocLayNet document image with bounding boxes and categories of paragraphes](https://huggingface.co/datasets/pierreguillou/DocLayNet-small/resolve/main/DocLayNet_image_annotated_bounding_boxes_paragraph.png)
|
97 |
|
98 |
-
|
99 |
|
100 |
![Annotaded DocLayNet document image with bounding boxes and categories of lines](https://huggingface.co/datasets/pierreguillou/DocLayNet-small/resolve/main/DocLayNet_image_annotated_bounding_boxes_line.png)
|
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 |
![Annotaded DocLayNet document image with bounding boxes and categories of paragraphes](https://huggingface.co/datasets/pierreguillou/DocLayNet-small/resolve/main/DocLayNet_image_annotated_bounding_boxes_paragraph.png)
|
97 |
|
98 |
+
#### Lines
|
99 |
|
100 |
![Annotaded DocLayNet document image with bounding boxes and categories of lines](https://huggingface.co/datasets/pierreguillou/DocLayNet-small/resolve/main/DocLayNet_image_annotated_bounding_boxes_line.png)
|
101 |
|