GraySoft
Projects Models Compare Cloud benchmarks FAQ Download guIDE →
Model Intelligence Sheet

forkjoin-ai/unlimited-ocr-gguf overview

Unlimited OCR GGUF Unlimited OCR GGUF is the Edgework/Aether card for the upstream sahilchachra/Unlimited OCR GGUF https://huggingface.co/sahilchachra/Unlimite…

ggufllamaocrdocumentaffectivelyedgeworkaetherdistributed-inferenceedge-deploymentimage-text-to-textenbase_model:sahilchachra/Unlimited-OCR-GGUFbase_model:quantized:sahilchachra/Unlimited-OCR-GGUFlicense:llama3.1endpoints_compatibleregion:usimatrixconversational

Runs locally from ~774.3 MB disk (4 GB VRAM class GPUs with llama.cpp / guIDE).

Downloads
0
Likes
0
Pipeline
image-text-to-text

Repository Files & Downloads

2 GGUF files detected
Direct downloads for local inference
FileTypeQuantizationSizeLink
Unlimited-OCR-Q4_K_M.ggufGGUFQ4_K_M1.82 GBDownload
mmproj-Unlimited-OCR-F16.ggufGGUFF16774.3 MBDownload

Model Details

Model IDforkjoin-ai/unlimited-ocr-gguf
Authorforkjoin-ai
Pipelineimage-text-to-text
Licensellama3.1
Base modelsahilchachra/Unlimited-OCR-GGUF
Last modified2026-07-03T05:55:21.000Z

Model README

---

language:

- en

license: llama3.1

library_name: gguf

tags:

- gguf

- llama

- ocr

- document

- affectively

- edgework

- aether

- distributed-inference

- edge-deployment

base_model: sahilchachra/Unlimited-OCR-GGUF

base_model_relation: quantized

pipeline_tag: image-text-to-text

---

Unlimited OCR GGUF

Unlimited OCR GGUF is the Edgework/Aether card for the upstream

sahilchachra/Unlimited-OCR-GGUF

document OCR release. It is admitted as an OCR lane, not a general chat model:

requests must provide a page image plus the DeepSeek-OCR chat template prompt.

Artifacts

| Artifact | Role |

|---|---|

| Unlimited-OCR-Q4_K_M.gguf | decoder GGUF |

| mmproj-Unlimited-OCR-F16.gguf | multimodal projector |

The Edgework qspec pins both files because the projector is required for image

tokens. The default qspec prompt is:

<|grounding|>Convert the document to markdown.

llama.cpp

hf download sahilchachra/Unlimited-OCR-GGUF Unlimited-OCR-Q4_K_M.gguf mmproj-Unlimited-OCR-F16.gguf --local-dir ./uocr
llama-mtmd-cli \
  -m ./uocr/Unlimited-OCR-Q4_K_M.gguf \
  --mmproj ./uocr/mmproj-Unlimited-OCR-F16.gguf \
  --chat-template deepseek-ocr \
  --image ./page.png \
  --temp 0 \
  -n 512 \
  -p "<|grounding|>Convert the document to markdown." \
  --ignore-eos

Edgework Admission

This card is tied to open-source/gnosis/monster-swarm/qspecs/unlimited-ocr.qspec.json.

The qspec renders a known PDF page to PNG, runs the GGUF + projector through

llama-mtmd-cli, and gates on visible OCR text from the page. That proof is

separate from chat-completion admission; unlimited-ocr remains outside the

generic chat model list.

Cloudflare Mesh

The Cloudflare Worker mesh uses distributed-unlimited-ocr-coordinator as the

coordinator service and two layer-node services. Worker config carries:

  • MODEL_REPO_ID=sahilchachra/Unlimited-OCR-GGUF
  • MODEL_GGUF=Unlimited-OCR-Q4_K_M.gguf
  • MMPROJ_GGUF=mmproj-Unlimited-OCR-F16.gguf
  • OCR_CHAT_TEMPLATE=deepseek-ocr

No Workers AI binding, external paid AI API, or always-on Cloud Run setting is

part of this lane.

Run forkjoin-ai/unlimited-ocr-gguf with guIDE

Download guIDE — the AI-native code editor with local LLM inference and 69 built-in tools.

Download guIDE → · Browse 524k+ models · Compare models

Source: Hugging Face · Compare models