Add image-to-text task category and citations
#9
by nielsr HF Staff - opened
README.md
CHANGED
|
@@ -1,6 +1,13 @@
|
|
| 1 |
---
|
| 2 |
viewer: false
|
| 3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 4 |
---
|
| 5 |
|
| 6 |
# OCR UV Scripts
|
|
@@ -734,3 +741,27 @@ uv run nanonets-ocr2.py documents ocr-results
|
|
| 734 |
</details>
|
| 735 |
|
| 736 |
Works with any HuggingFace dataset containing images — documents, forms, receipts, books, handwriting.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
---
|
| 2 |
viewer: false
|
| 3 |
+
task_categories:
|
| 4 |
+
- image-to-text
|
| 5 |
+
tags:
|
| 6 |
+
- uv-script
|
| 7 |
+
- ocr
|
| 8 |
+
- vision-language-model
|
| 9 |
+
- document-processing
|
| 10 |
+
- hf-jobs
|
| 11 |
---
|
| 12 |
|
| 13 |
# OCR UV Scripts
|
|
|
|
| 741 |
</details>
|
| 742 |
|
| 743 |
Works with any HuggingFace dataset containing images — documents, forms, receipts, books, handwriting.
|
| 744 |
+
|
| 745 |
+
## Citation
|
| 746 |
+
|
| 747 |
+
```bibtex
|
| 748 |
+
@misc{zheng2026multimodalocrparsedocuments,
|
| 749 |
+
title={Multimodal OCR: Parse Anything from Documents},
|
| 750 |
+
author={Handong Zheng and Yumeng Li and Kaile Zhang and Liang Xin and Guangwei Zhao and Hao Liu and Jiayu Chen and Jie Lou and Jiyu Qiu and Qi Fu and Rui Yang and Shuo Jiang and Weijian Luo and Weijie Su and Weijun Zhang and Xingyu Zhu and Yabin Li and Yiwei ma and Yu Chen and Zhaohui Yu and Guang Yang and Colin Zhang and Lei Zhang and Yuliang Liu and Xiang Bai},
|
| 751 |
+
year={2026},
|
| 752 |
+
eprint={2603.13032},
|
| 753 |
+
archivePrefix={arXiv},
|
| 754 |
+
primaryClass={cs.CV},
|
| 755 |
+
url={https://arxiv.org/abs/2603.13032},
|
| 756 |
+
}
|
| 757 |
+
|
| 758 |
+
@misc{li2025dotsocrmultilingualdocumentlayout,
|
| 759 |
+
title={dots.ocr: Multilingual Document Layout Parsing in a Single Vision-Language Model},
|
| 760 |
+
author={Yumeng Li and Guang Yang and Hao Liu and Bowen Wang and Colin Zhang},
|
| 761 |
+
year={2025},
|
| 762 |
+
eprint={2512.02498},
|
| 763 |
+
archivePrefix={arXiv},
|
| 764 |
+
primaryClass={cs.CV},
|
| 765 |
+
url={https://arxiv.org/abs/2512.02498},
|
| 766 |
+
}
|
| 767 |
+
```
|