bsmock commited on
Commit
dd1032a
1 Parent(s): 610a510

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +27 -0
README.md CHANGED
@@ -1,3 +1,30 @@
1
  ---
2
  license: cdla-permissive-2.0
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: cdla-permissive-2.0
3
+ tags:
4
+ - table structure recognition
5
+ - table extraction
6
  ---
7
+
8
+ # ICDAR-2013.c
9
+
10
+ This dataset is a modified version of the data from the ICDAR 2013 Table Competition, created in 2023.
11
+
12
+ It contains:
13
+ - manual corrections to minor annotation mistakes in the original dataset
14
+ - automated corrections such as canonicalization to correct oversegmentation and to make the dataset more consistent with other TSR datasets, like PubTables-1M
15
+
16
+ For more details about this version (2023) of the dataset and the manual corrections made to the original dataset, please see ["Aligning benchmark datasets for table structure recognition"](https://arxiv.org/abs/2303.00716).
17
+
18
+ ## About the original IDCAR-2013 dataset
19
+
20
+ The original dataset was released as part of the ICDAR 2013 Table Competition.
21
+
22
+ It can be downloaded [here](https://roundtrippdf.com/en/downloads/) but as of August 2023 accessing the files returns a 403 Forbidden error.
23
+
24
+ ### Original license
25
+
26
+ There is no known license for the original dataset, but the data is commonly referred to as "public", and so we interpret this to mean there are no license restrictions on the original data.
27
+
28
+ According to [this website](https://roundtrippdf.com/en/data-extraction/pdf-table-recognition-dataset/) from Tamir Hassan (as of August 2023): "These documents have been collected systematically from the European Union and US Government websites, and we therefore expect them to have public domain status."
29
+
30
+ Associated [code](https://github.com/tamirhassan/dataset-tools) for the data for the 2013 competition carries an Apache-2.0 license.