CoolFace
Modelpublic

prithivMLmods/dots.ocr-GGUF

sourceHugging Facemitupdated 25d agoView on Hugging Face
1likes943downloads
Model Card

dots.ocr-GGUF

dots.ocr is a multilingual document layout parsing model developed by rednote-hilab that unifies layout detection and content recognition within a single vision-language model (VLM), built upon a compact 1.7B-parameter LLM foundation (based on Qwen2.5-VL). It achieves state-of-the-art performance on OmniDocBench across text recognition, table parsing, and reading order tasks, while delivering formula recognition results comparable to much larger models like Gemini 2.5 Pro and Doubao-1.5. The model supports over 100 languages and handles diverse document types including academic papers, books, slides, financial reports, exam papers, magazines, and newspapers, outputting structured JSON with bounding boxes, layout categories (Caption, Footnote, Formula, List-item, Page-footer, Page-header, Picture, Section-header, Table, Text, Title), and extracted text formatted as LaTeX for formulas, HTML for tables, and Markdown for all other content. It can be switched between full layout parsing, detection-only, OCR-only, and grounding OCR modes simply by changing the input prompt, and supports inference via both HuggingFace Transformers and vLLM, with vLLM version 0.9.1 recommended for production deployment.

Model Files

File NameQuant TypeFile SizeFile Link
dots.ocr.BF16.ggufBF163.56 GBDownload
dots.ocr.F16.ggufF163.56 GBDownload
dots.ocr.Q3KL.ggufQ3KL980 MBDownload
dots.ocr.Q3KM.ggufQ3KM924 MBDownload
dots.ocr.Q3KS.ggufQ3KS861 MBDownload
dots.ocr.Q4KM.ggufQ4KM1.12 GBDownload
dots.ocr.Q4KS.ggufQ4KS1.07 GBDownload
dots.ocr.Q5KM.ggufQ5KM1.29 GBDownload
dots.ocr.Q5KS.ggufQ5KS1.26 GBDownload
dots.ocr.Q6_K.ggufQ6_K1.46 GBDownload
dots.ocr.Q8_0.ggufQ8_01.89 GBDownload
dots.ocr.mmproj-bf16.ggufmmproj-bf162.53 GBDownload
dots.ocr.mmproj-f16.ggufmmproj-f162.53 GBDownload
dots.ocr.mmproj-q8_0.ggufmmproj-q8_01.34 GBDownload

llama.cpp

LLM inference in C/C++ — https://github.com/ggml-org/llama.cpp