pierreguillou commited on
Commit
2de33b0
1 Parent(s): fc08783

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
README.md CHANGED
@@ -61,14 +61,12 @@ Paper: [DocLayNet: A Large Human-Annotated Dataset for Document-Layout Analysis]
61
  ### About PDFs languages
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
  ### About PDFs categories distribution
67
 
68
  Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
69
- "The pages in DocLayNet can be grouped into **six distinct categories**, namely Financial Reports, Manuals, Scientific Articles, Laws & Regulations, Patents and Government Tenders. Each document category was sourced from various repositories. For example, Financial Reports contain both free-style format annual reports which expose company-specific, artistic layouts as well as the more formal SEC filings. The two largest categories (Financial Reports and Manuals) contain a large amount of free-style layouts in order to obtain maximum variability. In the other four categories, we boosted the variability by mixing documents from independent providers, such as different government websites or publishers. In Figure 2, we show the document categories contained in DocLayNet with their respective sizes."
70
-
71
- ![DocLayNet PDFs categories distribution](DocLayNet_PDFs_categories_distribution.png)
72
 
73
  ### Processing into a format facilitating its use by HF notebooks
74
 
 
61
  ### About PDFs languages
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
  ### About PDFs categories distribution
67
 
68
  Citation of the page 3 of the [DocLayNet paper](https://arxiv.org/abs/2206.01062):
69
+ "The pages in DocLayNet can be grouped into **six distinct categories**, namely **Financial Reports, Manuals, Scientific Articles, Laws & Regulations, Patents and Government Tenders**. Each document category was sourced from various repositories. For example, Financial Reports contain both free-style format annual reports which expose company-specific, artistic layouts as well as the more formal SEC filings. The two largest categories (Financial Reports and Manuals) contain a large amount of free-style layouts in order to obtain maximum variability. In the other four categories, we boosted the variability by mixing documents from independent providers, such as different government websites or publishers. In Figure 2, we show the document categories contained in DocLayNet with their respective sizes."
 
 
70
 
71
  ### Processing into a format facilitating its use by HF notebooks
72