pierreguillou commited on
Commit
bfc9042
1 Parent(s): 2c7d36b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -3
README.md CHANGED
@@ -4,12 +4,10 @@ annotations_creators:
4
  license: other
5
  pretty_name: DocLayNet small
6
  size_categories:
7
- - n<1K
8
  tags:
9
  - DocLayNet
10
- - layout-segmentation
11
  - COCO
12
- - document-understanding
13
  - PDF
14
  - IBM
15
  - Financial-Reports
@@ -22,6 +20,9 @@ tags:
22
  - Regulations
23
  - Patents
24
  - Government-Tenders
 
 
 
25
  task_categories:
26
  - object-detection
27
  - image-segmentation
@@ -55,6 +56,13 @@ Until today, the dataset can be downloaded through direct links or as a dataset
55
  - direct links: [doclaynet_core.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_core.zip) (28 GiB), [doclaynet_extra.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_extra.zip) (7.5 GiB)
56
  - Hugging Face dataset library: [dataset DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet)
57
 
 
 
 
 
 
 
 
58
  ### Processing into a format facilitating its use by HF notebooks
59
 
60
  These 2 options require the downloading of all the data (approximately 30GBi), which requires downloading time (about 45 mn in Google Colab) and a large space on the hard disk. These could limit experimentation for people with low resources.
 
4
  license: other
5
  pretty_name: DocLayNet small
6
  size_categories:
7
+ - 1K<n<10K
8
  tags:
9
  - DocLayNet
 
10
  - COCO
 
11
  - PDF
12
  - IBM
13
  - Financial-Reports
 
20
  - Regulations
21
  - Patents
22
  - Government-Tenders
23
+ - object-detection
24
+ - image-segmentation
25
+ - token-classification
26
  task_categories:
27
  - object-detection
28
  - image-segmentation
 
56
  - direct links: [doclaynet_core.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_core.zip) (28 GiB), [doclaynet_extra.zip](https://codait-cos-dax.s3.us.cloud-object-storage.appdomain.cloud/dax-doclaynet/1.0.0/DocLayNet_extra.zip) (7.5 GiB)
57
  - Hugging Face dataset library: [dataset DocLayNet](https://huggingface.co/datasets/ds4sd/DocLayNet)
58
 
59
+ Paper: [DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis](https://arxiv.org/abs/2206.01062) (06/02/2022)
60
+
61
+ ### About languages of DocLayNet PDFs
62
+
63
+ Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
64
+ "We did not control the document selection with regard to language. The vast majority of documents contained in DocLayNet (close to 95%) are published in English language. However, DocLayNet also contains a number of documents in other languages such as German (2.5%), French (1.0%) and Japanese (1.0%). While the document language has negligible impact on the performance of computer vision methods such as object detection and segmentation models, it might prove challenging for layout analysis methods which exploit textual features."
65
+
66
  ### Processing into a format facilitating its use by HF notebooks
67
 
68
  These 2 options require the downloading of all the data (approximately 30GBi), which requires downloading time (about 45 mn in Google Colab) and a large space on the hard disk. These could limit experimentation for people with low resources.