Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
## Donut 🍩 : OFR-Free Document Understanding Transformer (ECCV 2022) -- SynthDoG datasets
|
2 |
+
|
3 |
+
For more information, please visit https://github.com/clovaai/donut
|
4 |
+
|
5 |
+
![image](https://github.com/clovaai/donut/blob/master/misc/sample_synthdog.png?raw=true)
|
6 |
+
|
7 |
+
The links to the SynthDoG-generated datasets are here:
|
8 |
+
|
9 |
+
- [`synthdog-en`](https://huggingface.co/datasets/naver-clova-ix/synthdog-en): English, 0.5M.
|
10 |
+
- [`synthdog-zh`](https://huggingface.co/datasets/naver-clova-ix/synthdog-zh): Chinese, 0.5M.
|
11 |
+
- [`synthdog-ja`](https://huggingface.co/datasets/naver-clova-ix/synthdog-ja): Japanese, 0.5M.
|
12 |
+
- [`synthdog-ko`](https://huggingface.co/datasets/naver-clova-ix/synthdog-ko): Korean, 0.5M.
|
13 |
+
|
14 |
+
To generate synthetic datasets with our SynthDoG, please see `./synthdog/README.md` and [our paper](#how-to-cite) for details.
|
15 |
+
|
16 |
+
## How to Cite
|
17 |
+
|
18 |
+
If you find this work useful to you, please cite:
|
19 |
+
```bibtex
|
20 |
+
@inproceedings{kim2022donut,
|
21 |
+
title = {OCR-Free Document Understanding Transformer},
|
22 |
+
author = {Kim, Geewook and Hong, Teakgyu and Yim, Moonbin and Nam, JeongYeon and Park, Jinyoung and Yim, Jinyeong and Hwang, Wonseok and Yun, Sangdoo and Han, Dongyoon and Park, Seunghyun},
|
23 |
+
booktitle = {European Conference on Computer Vision (ECCV)},
|
24 |
+
year = {2022}
|
25 |
+
}
|
26 |
+
```
|