Language
Book a discovery call
AI Automation

Mistral OCR 4— European document AI that stays in-house

Every mid-sized company knows the pile: delivery notes, invoices, contracts, filled-in forms — on paper, as scans, as PDFs. The information is in there, just not in a form a system can do anything with. Mistral OCR 4, released in June 2026 by the French provider Mistral, aims to close exactly that gap: turn document chaos into structured data — and the whole thing can, on request, run inside your own building. What the model can do, what it costs, and where it actually pays off for your business.

In brief
  • OCR is no longer just text recognition. OCR 4 recognises a document’s structure — headings, tables, equations, signatures — and outputs it machine-readable.
  • Per element it returns position (bounding box), block type and a confidence score. That makes the output directly usable, not just a wall of text.
  • European provider, on-prem on request. Runs as a single container in your own data centre — sensitive documents never leave the building. (Licensed, not open-weight.)
  • Price via the API: about $4 per 1,000 pages, roughly $2 in batch. The real lever isn’t the per-page price but the integration into your process.

The trigger for this piece is a cluster of document-AI releases in summer 2026 — Mistral OCR 4 is the most tangible of them for the mid-market. Because unlike a new language model, which you first have to translate into a use case, OCR hits a problem practically every business has: information is locked inside documents, and getting it out costs people time. Let’s look at what has actually changed.

From “read the text” to “understand the document”

Classic optical character recognition (OCR) turns a scan into one long string of characters. Handy if all you want is full-text search — useless the moment structure matters. An invoice is not just text: there is a total, a line-item table, a date, a tax number. Pull that out with plain OCR and you get a word soup that a second system then has to laboriously sort back into order.

This is exactly where the new generation comes in. OCR 4 doesn’t just read characters, it recognises blocks and their role: this is a heading, that a table, that an equation, that a signature. It knows where on the page each element sits (bounding box) and tells you how confident it is (confidence score). “Read the text” becomes “understand the document” — and that’s the difference between raw material and something a process can work with directly.

What OCR 4 actually outputs

Three things set the output apart from simple OCR — and those three are what make it automatable:

WhatMeaningWhat it’s for in the business
Bounding boxPosition of each element on the pagePick out fields precisely, source references for review
Block typeClassification: title, table, equation, signature …Extract tables cleanly as tables, not as running text
Confidence scoreHow sure the model is, per word / per pageRoute uncertain spots automatically to a human

Source: Mistral, OCR 4 product announcement (June 2026)

The confidence score is the underrated part. It enables a clean human-in-the-loop: what the model recognises confidently flows through automatically; what’s uncertain lands on a person’s desk. Not all-or-nothing, but a process that gets more robust with every correction. On top of that, OCR 4 supports around 170 languages per Mistral’s figures, plus common formats from PDF through DOC and PPT to OpenDocument.

The point that matters for the mid-market: the data stays in-house

Documents are rarely harmless. Invoices, contracts and personnel files hold a company’s most sensitive data. That’s exactly why “where is this processed?” is not a side issue for document AI but the core of it. A pure US cloud API means: every scanned personnel file leaves European jurisdiction.

Mistral is a French provider, and OCR 4 can, on request, run as a single container in your own infrastructure — on premise, behind your own firewall. The documents never leave the building. For GDPR-critical workloads that is a concrete advantage over a pure API model. One caveat for context: this is a licensed enterprise option, not a freely downloadable open-weight model — if you need that, clear the terms directly with the provider. If you’re weighing the more fundamental build-or-buy question, the logic is in our guide to local LLMs for the mid-market (in German) and the build-vs-buy comparison (in German).

What does it cost?

Via the API, Mistral charges (as of June 2026) about $4 per 1,000 pages, or roughly $2 per 1,000 pages in batch mode. The on-prem container is on separate enterprise terms. Those numbers are quick to place: weigh a person manually keying in receipts against a per-page price in the single-digit cents, and the direction is clear.

But beware the back-of-the-envelope trap. The per-page price is the smallest line item. The real effort — and the real value — sits in integration: wiring the model to your document types, picking out the fields you need, routing the uncertain cases cleanly to people, and writing the result into your existing system (ERP, DMS, accounting). A model that understands documents is the prerequisite — but it’s the process around it that saves the hours.

Where it pays off — and where it doesn’t

Sensible uses in the mid-market are anywhere structured information is trapped in unstructured documents:

  • Invoice and receipt processing — line items, amounts, taxes straight into accounting.
  • Forms & applications — capture filled-in fields by machine instead of retyping.
  • Contract and file search — make documents searchable and citable (the basis for agentic workflows and RAG).
  • Knowledge base — finally index legacy PDF stocks, with source references down to the spot.

Just as important is the honest scoping — which Mistral itself draws. OCR 4 is built for document understanding, explicitly not for medical diagnosis, legal judgments, high-stakes financial decisions or safety-critical systems. It delivers the structured data — the decision stays with a human or a clearly bounded, reviewed process. Respect that and you build something robust; ignore it and you build a liability.

How to approach it

You don’t have to solve the whole document chaos at once. The pragmatic path:

  • Pick one document type that occurs often and is clearly structured — incoming invoices are the classic.
  • Test with real documents, not demo samples. Vendor benchmarks are an indicator, not a substitute for testing with your own receipts.
  • Set a confidence threshold: above which it flows through automatically, below which it goes to human review.
  • Deployment by data sensitivity: non-critical → the API is enough; sensitive → look at the on-prem container.
  • Wire it into a system that actually uses the output. Extraction with nothing downstream is half a project.

That’s how an impressive model becomes a process that saves hours every month — and gets better with every correction. Which model is the right one for which task in the first place, we set out more fundamentally in Which AI model does the mid-market need in 2026?

Sources and context

The trigger for this piece is the release of Mistral OCR 4 (June 2026) and the public reporting around it (incl. Mistral’s product announcement, heise online, VentureBeat). The features, language count, prices and benchmark scores cited (OlmOCRBench 85.20; OmniDocBench 93.07; 72% win rate in a blind evaluation across 600+ documents) are Mistral’s official or vendor-reported figures as of June 2026 — not an independent test by Digital Maker. The self-hosting option is, as things stand, a licensed enterprise variant, not a freely available open-weight model. Assessments and recommendations are Digital Maker’s view and based on our project experience.

FAQ: Mistral OCR 4 in the mid-market

What is Mistral OCR 4?

Mistral OCR 4 is a document-processing model released in June 2026 by the French provider Mistral. It does more than read text out of PDFs, scans and Office files — it recognises structure: headings, tables, equations, signatures. Each element comes with position data (bounding boxes) and confidence scores. That makes the output directly usable — for search, RAG or automation.

Can Mistral OCR 4 be self-hosted?

Yes, on request. Alongside the cloud API (Mistral Studio, AWS SageMaker, Microsoft Foundry), Mistral offers a self-hosting variant as a single container that runs in your own infrastructure. Important: this is a licensed enterprise option, not a freely available open-weight model. For mid-market firms with sensitive documents, this on-prem deployment is the decisive point — the data never leaves the building.

What does Mistral OCR 4 cost?

Via the API, processing costs around $4 per 1,000 pages, or roughly $2 per 1,000 pages in batch mode (as of June 2026, Mistral’s official figures). Self-hosting is on separate enterprise terms. Compared to manual data entry or older OCR stacks the per-page price is low — the real effort sits in integrating it into your own process.

How accurate is Mistral OCR 4?

Mistral cites a top score of 85.20 on OlmOCRBench and 93.07 on OmniDocBench; in a blind evaluation across 600+ multilingual documents annotators preferred OCR 4 with an average 72% win rate over competing systems. These are vendor or vendor-reported figures — for your own use case what counts in the end is a test with your own documents.

What is Mistral OCR 4 not suited for?

Mistral deliberately scopes the use: the model is built for document understanding, not for medical diagnosis, legal judgments, high-stakes financial decisions or safety-critical systems. It delivers structured data as the input to a process — the decision still rests with a human or a clearly bounded, reviewed workflow.

Which pile of documents costs you the most time every month?

In a discovery call we take one concrete document type from your business, check whether extraction pays off, clarify the data situation (API or on-prem) and sketch the path from scan to your system. Four eyes, thirty minutes, no slides.

Book a discovery call