Update README.md
Browse files
README.md
CHANGED
@@ -12,7 +12,7 @@ language:
|
|
12 |
|
13 |
## Model Details
|
14 |
์ค ๋จ์๋ก ์์์ด ํฌํจ๋ ๊ธ์๋ฅผ ์ธ์ ๋ชจ๋ธ์
๋๋ค.
|
15 |
-
ํ๊ตญ์ด + latex
|
16 |
์ค ๋จ์๋ก ์ด๋ฏธ์ง๋ฅผ cropํ๋ ๋ณ๋์ detector๊ฐ ํ์ํฉ๋๋ค.
|
17 |
## Uses
|
18 |
|
@@ -61,4 +61,16 @@ for img,text in zip(img_list, generated_text):
|
|
61 |
|
62 |
```
|
63 |
### Result example
|
64 |
-
<img src="./images/result.png" alt="Result" width="1200"/>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
12 |
|
13 |
## Model Details
|
14 |
์ค ๋จ์๋ก ์์์ด ํฌํจ๋ ๊ธ์๋ฅผ ์ธ์ ๋ชจ๋ธ์
๋๋ค.
|
15 |
+
[microsoft TrOCR-large](https://huggingface.co/microsoft/trocr-large-handwritten) ๋ชจ๋ธ์ ๊ธฐ๋ฐ์ผ๋ก ํ๊ตญ์ด + latex ๋ฐ์ดํฐ์
finetuning ํ์ต๋๋ค.
|
16 |
์ค ๋จ์๋ก ์ด๋ฏธ์ง๋ฅผ cropํ๋ ๋ณ๋์ detector๊ฐ ํ์ํฉ๋๋ค.
|
17 |
## Uses
|
18 |
|
|
|
61 |
|
62 |
```
|
63 |
### Result example
|
64 |
+
<img src="./images/result.png" alt="Result" width="1200"/>
|
65 |
+
|
66 |
+
### BibTeX entry and citation info
|
67 |
+
```
|
68 |
+
@misc{li2021trocr,
|
69 |
+
title={TrOCR: Transformer-based Optical Character Recognition with Pre-trained Models},
|
70 |
+
author={Minghao Li and Tengchao Lv and Lei Cui and Yijuan Lu and Dinei Florencio and Cha Zhang and Zhoujun Li and Furu Wei},
|
71 |
+
year={2021},
|
72 |
+
eprint={2109.10282},
|
73 |
+
archivePrefix={arXiv},
|
74 |
+
primaryClass={cs.CL}
|
75 |
+
}
|
76 |
+
```
|