pierreguillou commited on
Commit
3e2efb7
1 Parent(s): 809302d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -24,7 +24,7 @@ task_ids:
24
 
25
  ### Property and license
26
 
27
- All information from this page but the content of this paragraph has been copied/pasted from [Dataset Card for DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet).
28
 
29
  DocLayNet is a dataset created by Deep Search (IBM Research) published under [license CDLA-Permissive-1.0](https://huggingface.co/datasets/ds4sd/DocLayNet#licensing-information).
30
 
@@ -85,17 +85,17 @@ DatasetDict({
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-base/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-base/resolve/main/DocLayNet_image_annotated_bounding_boxes_line.png)
101
 
 
24
 
25
  ### Property and license
26
 
27
+ All information from this page but the content of this paragraph "About this card (01/27/2023)" has been copied/pasted from [Dataset Card for DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet).
28
 
29
  DocLayNet is a dataset created by Deep Search (IBM Research) published under [license CDLA-Permissive-1.0](https://huggingface.co/datasets/ds4sd/DocLayNet#licensing-information).
30
 
 
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-base/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-base/resolve/main/DocLayNet_image_annotated_bounding_boxes_line.png)
101