Update README.md
Browse files
README.md
CHANGED
|
@@ -211,19 +211,18 @@ async_llm.shutdown()
|
|
| 211 |
We would like to thank [Qwen Team](https://github.com/QwenLM), [vLLM](https://github.com/vllm-project/vllm), [OmniDocBench](https://github.com/opendatalab/OmniDocBench), [UniMERNet](https://github.com/opendatalab/UniMERNet), [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR), [DocLayout-YOLO](https://github.com/opendatalab/DocLayout-YOLO) for providing valuable code and models. We also appreciate everyone's contribution to this open-source project!
|
| 212 |
|
| 213 |
|
| 214 |
-
#
|
| 215 |
|
| 216 |
-
|
| 217 |
-
<!-- If you find our paper and code useful in your research, please consider giving a star ⭐ and citation 📝 :
|
| 218 |
|
| 219 |
```BibTeX
|
| 220 |
-
@misc{
|
| 221 |
-
title={
|
| 222 |
-
author={
|
| 223 |
year={2025},
|
| 224 |
-
eprint={
|
| 225 |
archivePrefix={arXiv},
|
| 226 |
primaryClass={cs.CV},
|
| 227 |
-
url={https://arxiv.org/abs/
|
| 228 |
}
|
| 229 |
-
```
|
|
|
|
| 211 |
We would like to thank [Qwen Team](https://github.com/QwenLM), [vLLM](https://github.com/vllm-project/vllm), [OmniDocBench](https://github.com/opendatalab/OmniDocBench), [UniMERNet](https://github.com/opendatalab/UniMERNet), [PaddleOCR](https://github.com/PaddlePaddle/PaddleOCR), [DocLayout-YOLO](https://github.com/opendatalab/DocLayout-YOLO) for providing valuable code and models. We also appreciate everyone's contribution to this open-source project!
|
| 212 |
|
| 213 |
|
| 214 |
+
# Citation
|
| 215 |
|
| 216 |
+
If you find our work useful in your research, please consider giving a star ⭐ and citation 📝 :
|
|
|
|
| 217 |
|
| 218 |
```BibTeX
|
| 219 |
+
@misc{niu2025mineru25decoupledvisionlanguagemodel,
|
| 220 |
+
title={MinerU2.5: A Decoupled Vision-Language Model for Efficient High-Resolution Document Parsing},
|
| 221 |
+
author={Junbo Niu and Zheng Liu and Zhuangcheng Gu and Bin Wang and Linke Ouyang and Zhiyuan Zhao and Tao Chu and Tianyao He and Fan Wu and Qintong Zhang and Zhenjiang Jin and others},
|
| 222 |
year={2025},
|
| 223 |
+
eprint={2509.22186},
|
| 224 |
archivePrefix={arXiv},
|
| 225 |
primaryClass={cs.CV},
|
| 226 |
+
url={https://arxiv.org/abs/2509.22186},
|
| 227 |
}
|
| 228 |
+
```
|