Marijan Soric commited on
Commit
255add6
·
1 Parent(s): 139546d

update README.md

Browse files
Files changed (1) hide show
  1. README.md +54 -0
README.md ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ task_categories:
4
+ - object-detection
5
+ - visual-document-retrieval
6
+ language:
7
+ - en
8
+ - fr
9
+ tags:
10
+ - table
11
+ - extraction
12
+ - detection
13
+ - structure
14
+ - recognition
15
+ pretty_name: Table Extraction Scientific Datasets
16
+ size_categories:
17
+ - 10K<n<100K
18
+ ---
19
+ # Heterogeneous Corpus of Scientific Documents for Table Extraction
20
+
21
+ ## Dataset Sources [optional]
22
+
23
+ - **Repository:** [GitHub](https://gitlab.inria.fr/msoric/table-transformer)
24
+
25
+ ## Dataset Details
26
+
27
+
28
+ - PubTables
29
+ - Subset of PubTables-Test dataset, enriched with HTML table ground truth
30
+ - `/images`: 42,942 JPG files; one file for each page image
31
+ - `/test`: 42,942 XML files containing bounding boxes in PASCAL VOC format
32
+ - `/pdfs`: 23,567 PDF files from which images are taken from
33
+ - `/html`: 55,991 HTML files containing extracted tables with in HTML mark-up
34
+ - `/word`: 46,942 JSON files containing bounding boxes of tokens in images
35
+
36
+ - Table-arXiv
37
+ - Dataset synthetically generated from LaTeX source files from arXiv preprints for ground truth generation.
38
+ - `/images`: 36,869 JPG files; one file for each page image
39
+ - `/test`: 5,327 XML files containing bounding boxes in PASCAL VOC format
40
+ - `/pdfs`: 2,488 PDF files from which images are taken from
41
+ - `/html`: 6,441 HTML files containing extracted tables with in HTML mark-up
42
+ - `/word`: 40,261 JSON files containing bounding boxes of tokens in images
43
+
44
+ - Table-BRGM
45
+ - Dataset manually annotated, domain-specific and comprises French and English geological reports sourced from a selection of BRGM
46
+ - `/images`: 499 JPG files; one file for each page image
47
+ - `/test`: 91 XML files containing bounding boxes in PASCAL VOC format
48
+ - `/pdfs`: 6 PDF files from which images are taken from
49
+ - `/html`: 124 HTML files containing extracted tables with in HTML mark-up
50
+ - `/word`: 499 JSON files containing bounding boxes of tokens in images
51
+
52
+ ## Dataset Creation
53
+ For Table-arXiv, we provide the code to generate de dataset (input images and GT annotations) from .tex source code in [Repo](https://gitlab.inria.fr/msoric/table-transformer). We did not include the dataset used because of the license:
54
+ [arXiv.org - Non-exclusive license to distribute](https://arxiv.org/licenses/assumed-1991-2003/license.html).