Views
No views yet
baidu/Unlimited-OCR (built on
DeepSeek-OCR), packaged for the Krill
runtime. It parses documents and images to grounded text with no Python and
no trust_remote_code — the DeepSeek-MoE language backbone and the
DeepEncoder vision tower (SAM-ViT-B + CLIP-L + projector) run natively in
Swift + MLX.1krill pull unlimited-ocr
2krill run unlimited-ocr --image your_page.png "document parsing."<|det|>title [48, 74, 402, 130]<|/det|>Invoice 2026
<|det|>text [33, 229, 370, 290]<|/det|>Bill to: Acme Corporation
...model.safetensors (~2.3 GB, from the 6.67 GB bf16
source):| Modules | Precision |
|---|---|
| MoE experts (the residency-dominant bulk) | nvfp4 (group 16) |
| attention q/k/v/o, dense + shared FFN, embed, lm_head | 8-bit affine (group 64) |
| DeepEncoder vision Linears (SAM / CLIP / projector) | 8-bit affine |
| Conv2d kernels, norms, position/learned embeddings, router gate | unquantized |
transformers checkpoint.baidu/Unlimited-OCR
and DeepSeek-OCR. MIT licensed, as upstream.