SGpirr commited on
Commit
7f8d783
ยท
verified ยท
1 Parent(s): 63dbee6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -2
README.md CHANGED
@@ -12,7 +12,7 @@ language:
12
 
13
  ## Model Details
14
  ์ค„ ๋‹จ์œ„๋กœ ์ˆ˜์‹์ด ํฌํ•จ๋œ ๊ธ€์ž๋ฅผ ์ธ์‹ ๋ชจ๋ธ์ž…๋‹ˆ๋‹ค.
15
- ํ•œ๊ตญ์–ด + latex ๋ฐ์ดํ„ฐ์…‹์œผ๋กœ finetuning ํ–ˆ์Šต๋‹ˆ๋‹ค.
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
+ ```