Update README.md
Browse files
README.md
CHANGED
@@ -109,7 +109,7 @@ This dataset is structured differently from the other repository [ds4sd/DocLayNe
|
|
109 |
* `bboxes`: a list of layout bounding boxes.
|
110 |
* `category_id`: a list of class ids corresponding to the bounding boxes.
|
111 |
* `segmentation`: a list of layout segmentation polygons.
|
112 |
-
* `area`:
|
113 |
* `pdf_cells`: a list of lists corresponding to `bbox`. Each list contains the PDF cells (content) inside the bbox.
|
114 |
* `metadata`: page and document metadetails.
|
115 |
* `pdf`: Binary blob with the original PDF image.
|
|
|
109 |
* `bboxes`: a list of layout bounding boxes.
|
110 |
* `category_id`: a list of class ids corresponding to the bounding boxes.
|
111 |
* `segmentation`: a list of layout segmentation polygons.
|
112 |
+
* `area`: Area of the bboxes.
|
113 |
* `pdf_cells`: a list of lists corresponding to `bbox`. Each list contains the PDF cells (content) inside the bbox.
|
114 |
* `metadata`: page and document metadetails.
|
115 |
* `pdf`: Binary blob with the original PDF image.
|