I built this model as part of my ongoing work in document digitization and archival OCR. My goal was to create a small, locally-runnable model that punches above its weight class, and I'm happy to say it does: despite being only 2B parameters, it outperforms several larger frontier models on text extraction from complex document layouts, including dense multi-column newsprint, historical serif typefaces, and degraded archival scans.
This is the first release. I'll be sharing updated versions with broader language coverage and improved layout handling soon. If you try it on your documents, I'd love to hear how it performs, feel free to leave feedback in the Community tab.
License: This model is intended for personal and research use only. If you want to use this model in a product or service, or need to process documents commercially, contact ocr@loay.net.
Training Data: 8,000 synthetic English document images with ground-truth Markdown transcriptions, featuring faded ink, bleed-through artifacts, skewed layouts, and historical serif typefaces
Output Format: Markdown text preserving paragraph flow and layout structure
Language Support: Optimized for English and other left-to-right (LTR) scripts. See my OCR finetuned models for right-to-left document OCR.
Usage
The model does not require a specific prompt. It will perform OCR on any document image by default. To achieve the best results and prevent conversational hallucinations, use the exact instruction the model was fine-tuned on:
Extract all text from this document image and output it in markdown format.
GGUF & Local Inference
Quantized GGUF files are available for use with llama.cpp, LM Studio, Ollama, and similar runtimes.
You must load mmproj-english-document-ocr-qwen3.5-2b-f16.gguf alongside your chosen weight file. Without the multimodal projector, the model cannot process images.
File
Use Case
english-document-ocr-qwen3.5-2b-f16.gguf
Full precision, maximum accuracy
english-document-ocr-qwen3.5-2b-q8_0.gguf
Best quality/size tradeoff for OCR precision
english-document-ocr-qwen3.5-2b-q6_k.gguf
High quality, lower VRAM
english-document-ocr-qwen3.5-2b-q5_k_m.gguf
Balanced quality and speed
english-document-ocr-qwen3.5-2b-q4_k_m.gguf
Fast, efficient local inference
mmproj-english-document-ocr-qwen3.5-2b-f16.gguf
Required multimodal projector (load with any weight above)