# Docling

**Canonical:** https://apis.io/providers/docling/  
**Website:** https://docling-project.github.io/docling/  
**APIs profiled:** 18

Docling is an open-source toolkit for parsing diverse document formats — PDF, DOCX, PPTX, XLSX, HTML, images, audio, LaTeX, plain text — into a unified, lossless DoclingDocument representation that downstream generative AI and RAG systems can consume directly. It pairs IBM Research's DocLayout and TableFormer models with the GraniteDocling visual language model and pluggable OCR engines, runs entirely locally for air-gapped use, and ships as a Python library and CLI, a FastAPI HTTP service (docling-serve), an MCP server (docling-mcp), and a Kubernetes operator. Originally created by IBM Research Zurich; now hosted by the LF AI and Data Foundation under the MIT license.

## Kin Score — 39.8 / 100 (developing)

Scored 2026-08-20 under rubric 0.12.0. Trend: flat (+0.0 from 39.8).

| Facet | Score |
|---|---|
| Discoverability | 64.8 |
| Contract Quality | 64.2 |
| Governance | 9.8 |
| Contract Governance | 9.8 |
| Operational Transparency | 28.9 |
| Developer Ergonomics | 61.9 |
| Commercial Clarity | 0.0 |
| Access Clarity | 0.0 |

## Agent readiness — 27.4 (agent-aware)

| Dimension | Value |
|---|---|
| Spec Presence | yes |
| Agentic Access | derived |
| Reversibility Documented | no |
| MCP Server | no |
| Auth Clarity | no |
| Idempotency | no |
| Error Semantics | verified |
| OpenAPI Examples | partial |
| Rate Limit Signal | no |
| Event Surface Described | no |
| Agent Skills | no |
| Well Known Catalog | no |
| Consent Identity | no |
| Agent Card | no |
| Dry Run Mode | no |

## Access

Unknown — onboarding: unknown, pricing: unknown, trial: no (confidence: low).

## APIs (18)

- **Docling MCP Server** — Model Context Protocol server that exposes Docling document parsing as MCP tools so Claude, Cursor, Gemini, and other MCP-aware agents can convert PDFs, Office files, and images...
- **Docling Core Types** — Canonical `DoclingDocument` data model and serialization primitives — text, tables, pictures, layout, hierarchy, bounding boxes, provenance — shared by the Docling library, Docl...
- **Docling Parse PDF Extractor** — Native C++ PDF parsing engine used by Docling to extract text with precise coordinates from programmatic (non-scanned) PDF files. Distributed as a Python extension.
- **Docling IBM Models** — Open-weight IBM Research models that power Docling's understanding pipeline — DocLayout (layout detection and reading order), TableFormer (table structure), code- and formula-re...
- **Docling Eval** — End-to-end evaluation framework for document parsing models and services. Provides standard datasets and metrics for layout, tables, OCR, and reading-order quality so teams can ...
- **Docling Synthetic Data Generation** — Tools for synthesizing labeled document data from real corpora — useful for fine-tuning layout, table, and reading-order models, and for stress-testing downstream RAG pipelines.
- **Docling Graph** — Transform unstructured documents — once normalized to `DoclingDocument` — into validated, rich, queryable knowledge graphs. Intended for GraphRAG and entity-extraction workflows...
- **Docling Agent** — Reference agent that reads, writes, and edits documents using Docling as the IO layer. Demonstrates how Docling output composes with tool-using LLMs to produce structured edits.
- **Docling Kubernetes Operator** — Go-based Kubernetes operator that deploys and manages Docling Serve workloads — model cache PVCs, GPU/CPU pools, RQ workers, replica sets with sticky sessions, OAuth — from a si...
- **Docling Java Bindings** — A Java API for Docling that lets JVM applications call into the Docling pipeline. Complementary to `docling4j`, which targets Java-native document understanding integrations.
- **Docling4j** — Brings Docling document understanding into Java projects with idiomatic Java APIs over the Docling serialization format.
- **Docling TypeScript** — TypeScript/JavaScript types and helpers for consuming Docling output (DoclingDocument JSON, DocTags) in Node.js and browser applications.
- **Docling LangChain Integration** — First-party LangChain document loader and chunker for Docling. Drops Docling output directly into LangChain retrieval pipelines.
- **Docling Jobkit** — Shared job-runner primitives used by Docling Serve and the Docling Operator to dispatch conversion work across RQ workers and Ray.
- **Docling Async API** — Asynchronous conversion submission.
- **Docling Convert API** — Document conversion operations.
- **Docling System API** — Health and metadata.
- **Docling Tasks API** — Task status, results, and streaming.

## Agentic access (1)

- **Docling Agentic Access** — 9 operations · 5 acting

## Tags

Documents, Parsing, PDF, OCR, Layout, Tables, RAG, LLM, Open-Source, IBM Research, LF AI and Data, MCP, Knowledge Graph, Generative AI

---

Profiled by [API Evangelist](https://apievangelist.com) and published on [APIs.io](https://apis.io/providers/docling/). Scores are computed from the provider's own public artifacts under a published rubric.
