License & Deployment Mix: 17 tools – 9 OSS, 13 SaaS. (OSS and SaaS counts can overlap when an open-source tool also offers a vendor-hosted edition.)

What Is Document Intelligence?

Document intelligence is the layer between a raw scanned page (PDF, image, scan, photo of a form) and the structured data downstream systems need: searchable text, machine-readable tables, key-value pairs, and natural-reading-order markdown suitable for ingestion by an LLM or RAG pipeline.

The category fuses three previously-separate disciplines:

  1. OCR (optical character recognition) – convert pixels to characters; the classic problem solved by Tesseract since the 1980s
  2. Layout analysis – detect headers, footers, columns, tables, figures, captions, and reading order so the extracted text is structured, not a wall of noise
  3. Document understanding – recognize forms, invoices, receipts, equations, handwriting, and produce key-value or schema-bound outputs

Modern document-intelligence tools combine all three using vision-language models (VLMs) and specialised layout / OCR / table-recognition sub-models. The output is typically Markdown, HTML, or JSON suitable for an LLM.

The information on these pages was researched by a combination of human review and large language models. To suggest an addition or correction, please contact us. Prepared by Rhodium Systems Inc., author of the ResorsIT platform — a unified IT operations management platform for IT teams and MSPs that integrates a curated suite of open-source, commercial, and SaaS applications into a single system with shared identity, single sign-on, access control, and a common audit trail. Use this catalogue only as a starting point for your own research, and review any tool carefully against your own requirements before relying on it. Catalogue data version 2026.197.

Comparison

This page compares the 17 document-intelligence tools evaluated in this category across the dimensions that matter most when choosing one.

Quick Reference

ToolOriginCode LicenceModel LicenceSelf-Host?Hosted?
MarkerDatalabGPL-3.0OpenRAIL-M (revenue cap)YesYes
SuryaDatalabGPL-3.0OpenRAIL-M (revenue cap)Yes(via Marker)
ChandraDatalabApache 2.0OpenRAIL-M (revenue cap)YesYes
DoclingIBM / LF AIMITPer modelYes(community)
olmOCRAllen AIApache 2.0Apache 2.0YesDemo only
TesseractCommunity / GoogleApache 2.0n/aYesNo
PaddleOCRBaiduApache 2.0n/aYesNo
UnstructuredUnstructured-IOApache 2.0 (CE)n/aYes (CE)Yes (Platform)
EasyOCRJaidedAIApache 2.0n/aYesNo
LlamaParseLlamaIndexProprietaryEnterprise onlyYes (default)
MathpixMathpix Inc.ProprietaryEnterprise on-premYes
Azure AI Doc IntelMicrosoftProprietaryContainersYes
AWS TextractAmazonProprietaryNoYes
Google Document AIGoogleProprietaryNoYes
Mistral OCRMistral AIProprietaryEnterpriseYes
ABBYYABBYYProprietaryYes (mature)Cloud SDK
NanonetsNanonetsProprietaryEnterpriseYes

Capability Matrix

ToolOCRLayoutTablesEquationsHandwritingFormsReading order
MarkerYYYYYPartialY
SuryaYYYYYY
ChandraYYYYY (best OSS)YY
DoclingYYYYPartialPartialY
olmOCRYYYYYY
TesseractYWeakWeak
PaddleOCRYYYYPartialYY
Unstructured(delegates)YY(depends)Y
EasyOCRY
LlamaParseYYYYYYY
MathpixYYYY (best)Y (best)Y
Azure AI DIYYYYYYY
AWS TextractYYYLimitedYY
Google Doc AIYYYYYY
Mistral OCRYYYYYY
ABBYYYYYYY (template)Y
NanonetsYYYLimitedYY

Deployment Model

ToolLocal CPULocal GPUDockerSaaSOn-prem enterpriseAir-gap
MarkerSlowFastYesYesSelf-hostYes
SuryaSlowFastSelf-buildSelf-hostYes
ChandraVery slowFastYesYesSelf-hostYes
DoclingYesFasterYesSelf-hostYes
olmOCRRequiredYesDemoSelf-hostYes
TesseractYesYesSelf-hostYes
PaddleOCRYesFasterYesSelf-hostYes
UnstructuredYesYesYesYes (Platform)Self-hostYes
EasyOCRYesYesYesSelf-hostYes
LlamaParseYesEnterprise
MathpixYesEnterpriseEnterprise
Azure AI DIDisconnected containersYesYes (subset)Limited
AWS TextractYesNo
Google Doc AIYesNo
Mistral OCRYesEnterpriseEnterprise
ABBYYCloud SDKYesYes
NanonetsYesEnterpriseEnterprise

Pricing Model

ToolOpen source?Free tierPaid model
MarkerYesFree for users under $2M revenueDatalab managed: $5 free, then per-page
SuryaYesSame as Marker(no separate hosted)
ChandraYesSame as MarkerDatalab managed: per-page
DoclingYesFree
olmOCRYesFree
TesseractYesFree
PaddleOCRYesFree
UnstructuredCE onlyFree CEPlatform: usage-based
EasyOCRYesFree
LlamaParseNo10K free creditsPer-page
MathpixNoLimited free SnipsSubscription + per-call API
Azure AI DINoFree tier (low volume)Per-page tiered
AWS TextractNo(none)Per-page tiered (3 endpoints)
Google Doc AINoFree trialPer-page tiered (per processor)
Mistral OCRNoPer-call
ABBYYNoFree trialsSubscription + enterprise per-page
NanonetsNoFree tierTiered SaaS + enterprise

Self-Hosted RAG / Knowledge Base

  1. Docling – MIT, IBM-backed, no licence anxiety; best default
  2. Marker – highest practical accuracy / throughput trade-off if revenue under $2M and GPL is acceptable
  3. olmOCR – when commercial licence restrictions on Marker become a problem
  4. PaddleOCR – when CPU-only or non-Latin-script (Chinese / Japanese / Korean) accuracy matters

Hosted SaaS for RAG

  1. LlamaParse – if already using LlamaIndex
  2. Datalab managed – highest accuracy (Chandra), good batch support
  3. Mistral OCR – if EU sovereignty matters
  4. Azure AI / AWS Textract / Google Doc AI – match to whichever cloud the customer already uses

Specialty

  • Mathpix – STEM, equations, math- heavy content
  • Hyperscience / Rossum / Nanonets / Veryfi – templated business documents (invoices, claims, receipts)
  • ABBYY – regulated, on-prem, template-heavy enterprise workflows

Just OCR (no layout)

  • Tesseract – portable, ubiquitous, CPU-friendly; the lowest-friction baseline
  • EasyOCR – simplest Python API
  • PaddleOCR – best accuracy for the trade-off; 80+ languages

Tools

17 tools.

ABBYY FineReader / FlexiCapture / Vantage

ABBYY is the veteran of enterprise OCR. Founded in 1989, the company has been selling commercial OCR for over three decades and remains the default choice for enterprise document-processing workflows where on-prem deployment, regulatory…

License: Proprietary (proprietary) · Kind: web · Deploy: saas, native · SSO: none

Website

AWS Textract

AWS Textract is Amazon’s managed document intelligence service. It covers the full category breadth: text detection (OCR), forms / tables / signatures detection, natural-language queries against documents, and specialist endpoints for **exp…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Azure AI Document Intelligence

Azure AI Document Intelligence (formerly Azure Form Recognizer) is Microsoft’s managed document-processing service.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Chandra

Chandra is Datalab’s highest-accuracy document intelligence engine – a vision- language model trained specifically for document understanding.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native, docker · SSO: none

Website · Source

Docling

Docling is the document intelligence project from IBM Research Zurich, hosted as a Linux Foundation AI & Data project.

License: MIT (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

EasyOCR

EasyOCR is the lowest-friction OCR Python library – pip install, three lines of code, and you have OCR working on 80+ languages.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Google Document AI

Google Document AI is Google Cloud’s managed document-intelligence service. It exposes processors – pre-built, processor- specific endpoints for a given document type (invoice processor, receipt processor, contract processor, US W-2, U…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

LlamaParse

LlamaParse is LlamaIndex’s commercial SaaS document-parsing service – the cloud-hosted counterpart to the open-source LlamaIndex RAG framework.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Marker

Marker is the headline open-source document intelligence tool from Datalab. It converts PDFs, images, PPTX, DOCX, XLSX, HTML, and EPUB files into structured Markdown, JSON, HTML, or chunked output suitable for RAG ingestion.

License: GPL-3.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Mathpix

Mathpix is the gold standard for STEM and equation OCR. Originally built around the Snip desktop / mobile app – “screenshot an equation, paste LaTeX into your editor” – Mathpix has expanded into a full document-intelligence servic…

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Mistral OCR API

Mistral OCR is an AI-first document-intelligence API from Mistral AI, converting PDFs and images to Markdown or JSON with preserved layout, tables, and equations and strong multilingual support.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

Nanonets

Nanonets is a mid-market IDP platform that competes with the hyperscalers’ document-AI services on a friendlier UX and lower price point.

License: Proprietary (proprietary) · Kind: web · Deploy: saas · SSO: OIDC, SAML

Website

olmOCR

olmOCR is the Allen Institute for AI’s contribution to the open-source document intelligence space – a 7B-parameter vision- language model trained specifically to convert PDFs, PNGs, and JPEGs into clean, readable Markdown.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

PaddleOCR

PaddleOCR is Baidu’s open-source OCR toolkit, built on the PaddlePaddle deep- learning framework.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Surya

Surya is Datalab’s OCR + document analysis toolkit – the lower-level building blocks that Marker uses to construct its end-to-end pipeline.

License: GPL-3.0-only (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Tesseract

Tesseract is the canonical open-source OCR engine. Originally developed at HP Labs in the 1980s, open-sourced in 2005, sponsored by Google through the 2010s, and now community- maintained, Tesseract is the OCR everyone benchmarks agains…

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

Unstructured

Unstructured.io positions itself explicitly as “ETL for unstructured data” – the piece that lives between a corporate document repository and a vector store / LLM.

License: Apache-2.0 (OSS) · Kind: web · Deploy: native · SSO: none

Website · Source

ResorsIT Tools Catalog Search