Update README.md
Browse files
README.md
CHANGED
|
@@ -40,7 +40,7 @@ license: mit
|
|
| 40 |
<a href="https://github.com/deepseek-ai/DeepSeek-OCR"><b>🌟 Github</b></a> |
|
| 41 |
<a href="https://huggingface.co/deepseek-ai/DeepSeek-OCR"><b>📥 Model Download</b></a> |
|
| 42 |
<a href="https://github.com/deepseek-ai/DeepSeek-OCR/blob/main/DeepSeek_OCR_paper.pdf"><b>📄 Paper Link</b></a> |
|
| 43 |
-
<a href=""><b>📄 Arxiv Paper Link</b></a> |
|
| 44 |
</p>
|
| 45 |
<h2>
|
| 46 |
<p align="center">
|
|
@@ -119,4 +119,10 @@ We also appreciate the benchmarks: [Fox](https://github.com/ucaslcl/Fox), [Omini
|
|
| 119 |
|
| 120 |
|
| 121 |
## Citation
|
| 122 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 40 |
<a href="https://github.com/deepseek-ai/DeepSeek-OCR"><b>🌟 Github</b></a> |
|
| 41 |
<a href="https://huggingface.co/deepseek-ai/DeepSeek-OCR"><b>📥 Model Download</b></a> |
|
| 42 |
<a href="https://github.com/deepseek-ai/DeepSeek-OCR/blob/main/DeepSeek_OCR_paper.pdf"><b>📄 Paper Link</b></a> |
|
| 43 |
+
<a href="https://arxiv.org/abs/2510.18234"><b>📄 Arxiv Paper Link</b></a> |
|
| 44 |
</p>
|
| 45 |
<h2>
|
| 46 |
<p align="center">
|
|
|
|
| 119 |
|
| 120 |
|
| 121 |
## Citation
|
| 122 |
+
```bibtex
|
| 123 |
+
@article{wei2024deepseek-ocr,
|
| 124 |
+
title={DeepSeek-OCR: Contexts Optical Compression},
|
| 125 |
+
author={Wei, Haoran and Sun, Yaofeng and Li, Yukun},
|
| 126 |
+
journal={arXiv preprint arXiv:2510.18234},
|
| 127 |
+
year={2025}
|
| 128 |
+
}
|