Back to Directory
Docling logo

Docling

Convert PDFs, DOCX, and HTML into a unified structure ready for generative AI pipelines with IBM Research's document conversion library, now governed under the LF AI & Data Foundation.

Developer Tools
4.5free

The verdict on Docling: Developers who need PDFs and Office documents converted to structured, LLM-ready formats Docling's standout is table handling: where raw PDF text extraction typically destroys layout structure, Docling preserves headings, tables, and lists in a structured format ready for LLM pipelines. Pricing: Free and open source (MIT license). Last reviewed: August 2026.

Best For

Developers who need PDFs and Office documents converted to structured, LLM-ready formats

Standout Feature

Excellent table handling that preserves the layout structure raw PDF text extraction typically destroys

TL;DR

A strong free choice for document ingestion pipelines, it's a library to integrate, not a ready-made UI.

Alternatives

Overview

Docling is an open-source document parsing library by IBM Research that converts PDFs, Microsoft Word documents, PowerPoint presentations, Excel spreadsheets, HTML files, and images into structured, LLM-ready formats, preserving the semantic structure (headings, tables, lists, figures) that raw PDF text extraction loses. Standard PDF text extraction strips layout information and produces unstructured text streams where tables become garbled columns and document sections merge without boundaries. Docling reconstructs this structure using deep learning models trained on document understanding, producing output in JSON, Markdown, or HTML formats where the hierarchical document structure is represented as machine-readable elements rather than flat text. The table extraction capability is particularly strong: Docling identifies table boundaries, column headers, and cell relationships in complex multi-column tables across scanned and digital PDFs.

Figure detection identifies images within documents and can extract captions and associated text. Docling runs locally with no external API dependency, models are downloaded and run on the user's hardware. The library integrates natively with LlamaIndex and LangChain for use in RAG pipelines. Available under the MIT license.

Commonly used in enterprise document intelligence systems, RAG applications processing legal or financial documents, and research workflows where the structural fidelity of complex document parsing is critical to downstream answer quality.

Our Take

It covers PDFs, Word, PowerPoint, Excel, HTML, and images. As an MIT-licensed library by IBM Research, now under LF AI, there's no cost and no data leaving your machine. The important framing is that this is a library you integrate into a pipeline, not a ready-made UI. The right fit is a developer building a document ingestion stage and willing to do the integration work themselves.

Was this useful?

Key Features

  • PDF and Office parsing
  • Table and layout extraction
  • AI-ready structured output
  • Integrates with LangChain/LlamaIndex
Pros
  • Excellent table handling
  • Open source and free
  • Great for RAG ingestion
Cons
  • CPU-intensive on large docs
  • Library, not a UI

Other Developer Tools tools builders reach for alongside Docling.

Step-by-step playbooks that put Docling to work.