28 July 20269 min readLocal vs cloud

What is on-premise document AI? OCR and document models on hardware you control

TL;DR

  • On-premise document AI is OCR plus a document model running on hardware you own or administer — your rack, a colocation cage or a dedicated EU cloud node — so no page leaves your control.
  • Compute on a rented EU A100-class GPU is about €0.0015 per routine page; the same page costs €0.007 on GPT-4.1 and €0.012 on Claude Sonnet 5 at list price.
  • A €600/month reserved GPU undercuts Claude Sonnet 5 at roughly 50,000 routine pages a month and GPT-4.1 at roughly 85,000; below 10,000 pages the cloud is usually cheaper.
  • Data residency, predictable cost and offline operation can force the on-premise choice at any volume; spiky low volume and no ops capacity favor a cloud API or a SaaS tool.
  • The model is the cheapest part of the stack to swap. Ingestion, schema, validation and delivery are the real engineering, and they outlive every model you try.

Questions people ask

What is on-premise document AI?
On-premise document AI is a document processing stack — OCR, a document vision-language or language model, schema extraction and validation — that runs on computers your organization owns or administers, such as your own rack, a colocation cage or a dedicated EU cloud node. No page, prompt or extracted field is sent to an external AI provider, and there is no per-page fee.
How is on-premise document AI different from Azure AI Document Intelligence or Amazon Textract?
Azure AI Document Intelligence, Amazon Textract and Google Document AI are metered cloud services: you send pages and pay per page, and the vendor runs, upgrades and logs the model. On-premise document AI uses open-weight models on your own hardware, so cost is fixed per month, the model version is yours to pin, and the data never leaves your network.
What hardware do I need for on-premise document processing?
One GPU is enough to start. A compact document VLM such as PaddleOCR-VL or a small Qwen3-VL reads about 20 pages a minute on a single A100-class card, roughly 1,200 pages an hour. A rented EU card costs about €1.50–€2.20 an hour; a reserved one about €600 a month; an owned RTX 4090-class workstation is cheaper still at high utilization.
When is on-premise document AI cheaper than a cloud API?
On routine invoice pages, a €600/month reserved GPU breaks even with Claude Sonnet 5 near 50,000 pages a month and with GPT-4.1 near 85,000, at list prices. Hard pages cross earlier, around 29,000 against GPT-4.1. Against a mini model you may never cross on price alone; teams move for accuracy, retention terms or data residency instead.
Does on-premise document AI mean I have to buy servers?
No. On-premise means hardware you control, which includes a leased rack in a colocation facility or a dedicated GPU node from an EU provider where you hold root and choose the model. Buying a workstation is the cheapest option at high utilization, but renting a reserved EU GPU is a common way to start without capital spend.
Which open-weight models are used for on-premise document processing?
Compact OCR-first models such as PaddleOCR-VL and DeepSeek-OCR, general vision-language models such as Qwen3-VL and Gemma 4, and a text model such as Qwen3 for reasoning over the extracted fields. Which one wins depends on your pages: run two on a 200-page sample and keep the one that fails less often on your documents.

Want this worked out on your documents?

We will price a real sample against OpenAI or Anthropic and tell you whether Local document models or a local model on your hardware is the cheaper first step.