katanaml commited on
Commit
9bc0fcd
·
1 Parent(s): 0d816c2

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -0
README.md ADDED
@@ -0,0 +1,21 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ## Citation
2
+
3
+ ### CORD: A Consolidated Receipt Dataset for Post-OCR Parsing
4
+ ```
5
+ @article{park2019cord,
6
+ title={CORD: A Consolidated Receipt Dataset for Post-OCR Parsing},
7
+ author={Park, Seunghyun and Shin, Seung and Lee, Bado and Lee, Junyeop and Surh, Jaeheung and Seo, Minjoon and Lee, Hwalsuk}
8
+ booktitle={Document Intelligence Workshop at Neural Information Processing Systems}
9
+ year={2019}
10
+ }
11
+ ```
12
+ ### Post-OCR parsing: building simple and robust parser via BIO tagging
13
+
14
+ ```
15
+ @article{hwang2019post,
16
+ title={Post-OCR parsing: building simple and robust parser via BIO tagging},
17
+ author={Hwang, Wonseok and Kim, Seonghyeon and Yim, Jinyeong and Seo, Minjoon and Park, Seunghyun and Park, Sungrae and Lee, Junyeop and Lee, Bado and Lee, Hwalsuk}
18
+ booktitle={Document Intelligence Workshop at Neural Information Processing Systems}
19
+ year={2019}
20
+ }
21
+ ```