Tingquan commited on
Commit
dc04d22
·
verified ·
1 Parent(s): 8acfd2f

Upload README.md with huggingface_hub

Browse files
Files changed (1) hide show
  1. README.md +12 -3
README.md CHANGED
@@ -30,7 +30,7 @@ PP-OCRv6: From 1.5M to 34.5M Parameters, Surpassing Billion-Scale VLMs on OCR Ta
30
 
31
 
32
  **🔥 [Official Website](https://www.paddleocr.com)**
33
- **📝 [Technical Report (Coming soon)](https://arxiv.org/abs/xxxx.xxxxx)**
34
 
35
  </div>
36
 
@@ -165,7 +165,16 @@ For details about usage command and descriptions of parameters, please refer to
165
 
166
  [PaddleOCR Documentation](https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html)
167
 
168
- <!-- TODO: Update arxiv link when PP-OCRv6 paper is published -->
169
  ## Citation
170
 
171
- Coming soon.
 
 
 
 
 
 
 
 
 
 
 
30
 
31
 
32
  **🔥 [Official Website](https://www.paddleocr.com)**
33
+ **📝 [Technical Report](https://arxiv.org/pdf/2606.13108)**
34
 
35
  </div>
36
 
 
165
 
166
  [PaddleOCR Documentation](https://paddlepaddle.github.io/PaddleOCR/latest/en/index.html)
167
 
 
168
  ## Citation
169
 
170
+ ```bibtex
171
+ @misc{zhang2026ppocrv6,
172
+ title={PP-OCRv6: From 1.5M to 34.5M Parameters, Surpassing Billion-Scale VLMs on OCR Tasks},
173
+ author={Yubo Zhang and Xueqing Wang and Manhui Lin and Yue Zhang and Penglongyi Deng and Ting Sun and Tingquan Gao and Zelun Zhang and Jiaxuan Liu and Changda Zhou and Hongen Liu and Suyin Liang and Cheng Cui and Yi Liu and Dianhai Yu and Yanjun Ma},
174
+ year={2026},
175
+ eprint={2606.13108},
176
+ archivePrefix={arXiv},
177
+ primaryClass={cs.CV},
178
+ url={https://arxiv.org/abs/2606.13108},
179
+ }
180
+ ```