We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 649f050 commit 504b70eCopy full SHA for 504b70e
1 file changed
README.md
@@ -1,8 +1,21 @@
1
-# DocParser
2
-## Codes for the system presented in [DocParser: Hierarchical Structure Parsing of Document Renderings](docparser.pdf)
+# DocParser: Hierarchical Structure Parsing of Document Renderings
+## Codes for the system presented in "DocParser: Hierarchical Structure Parsing of Document Renderings"
3
+[Updated paper](docparser.pdf)
4
+
5
6
7
TBA
8
9
+### Evaluations
10
11
+#### Updated results on ICDAR 2013, Table Structure Recognition
12
13
+| System | F1* | F1 |
14
+|-------------------|--------|--------|
15
+| DocParser Baselie | 0.8443 | 0.8209 |
16
+| DocParser WS | 0.8117 | 0.8056 |
17
+| DocParser WS+FT | 0.9292 | 0.9292 |
18
+(PDF-based system F1: 0.9221)
19
20
21
### Reference
0 commit comments