File size: 1,426 Bytes
1ab2828
 
72e8c86
438c9f8
b4c7d8c
04ec78c
 
 
1d60bc0
 
 
 
04ec78c
b4c7d8c
a0c3751
 
9bc0fcd
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# CORD: A Consolidated Receipt Dataset for Post-OCR Parsing

CORD dataset is cloned from [clovaai](https://github.com/clovaai/cord) GitHub repo

- Box coordinates are normalized against image width/height
- Labels with very few occurrences are replaced with O:

```
replacing_labels = ['menu.etc', 'menu.itemsubtotal', 
                    'menu.sub_etc', 'menu.sub_unitprice', 
                    'menu.vatyn', 'void_menu.nm', 
                    'void_menu.price', 'sub_total.othersvc_price']
```

Check for more info [Sparrow](https://github.com/katanaml/sparrow)

## Citation

### CORD: A Consolidated Receipt Dataset for Post-OCR Parsing
```
@article{park2019cord,
  title={CORD: A Consolidated Receipt Dataset for Post-OCR Parsing},
  author={Park, Seunghyun and Shin, Seung and Lee, Bado and Lee, Junyeop and Surh, Jaeheung and Seo, Minjoon and Lee, Hwalsuk}
  booktitle={Document Intelligence Workshop at Neural Information Processing Systems}
  year={2019}
}
```
### Post-OCR parsing: building simple and robust parser via BIO tagging

```
@article{hwang2019post,
  title={Post-OCR parsing: building simple and robust parser via BIO tagging},
  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}
  booktitle={Document Intelligence Workshop at Neural Information Processing Systems}
  year={2019}
}
```