AIAny
AI Infra2024
Icon for item

Docling

Converts PDFs, Office files, HTML, images and audio into one structured DoclingDocument, with deep PDF layout, reading order, table-structure and formula recognition, OCR, and native LangChain/LlamaIndex/Haystack integrations for RAG pipelines.

Introduction

Most "PDF to text" tools hand you a wall of broken paragraphs, scrambled column order, and tables flattened into noise — the exact things that wreck a RAG pipeline downstream. The bet here is that the parsing step, not the LLM, is where most document-AI projects quietly fail, so heavy investment goes into actually understanding page layout before emitting anything.

The payoff is a single typed object, the DoclingDocument, that every format — PDF, DOCX, PPTX, XLSX, HTML, EPUB, images, even audio — collapses into. Downstream code stops caring whether the source was a scanned invoice or a slide deck.

What Sets It Apart
  • Layout-aware PDF parsing: it reconstructs reading order, detects table structure, and isolates formulas, code blocks, and figures — not just a flat text dump, which is what keeps chunked retrieval coherent.
  • One representation, many exports: the DoclingDocument serializes cleanly to Markdown, HTML, or JSON, so the same parse feeds both human review and machine ingestion.
  • Plugs into the stack you already use: native connectors for LangChain, LlamaIndex, Crew AI, and Haystack let it slot in as the ingestion layer rather than a parallel pipeline.
  • Runs locally: the full model stack, including the GraniteDocling vision-language model and OCR, executes on your own hardware, which matters when documents can't leave the building.
Who It's For

A strong fit if you're building RAG or document-extraction systems and have been losing accuracy to bad upstream parsing, especially on messy real-world PDFs with tables and scans. Look elsewhere if you only need plain-text extraction from clean digital PDFs — a lighter library will be faster and simpler — or if you need a hosted, zero-setup API, since it expects you to run and provision the models yourself.

Information

  • Websitegithub.com
  • OrganizationsIBM Research
  • AuthorsDocling Team
  • Published date2024/09/24

Categories

More Items

GitHub
AI Infra2025

Measures generative AI inference performance with token-level metrics (TTFT, inter-token latency), latency, and throughput under realistic traffic patterns. Provides a multiprocess engine, real-time TUI dashboard, extensible plugins, and integrations for telemetry and result uploads, aimed at inference benchmarking and capacity planning.

GitHub
AI Train2019

Train and experiment with multi-billion to trillion-parameter transformer models on large GPU clusters using GPU-optimized building blocks and reference training scripts; offers advanced parallelism and mixed-precision support for research teams and ML engineers.

GitHub

Indexes full text of visited web pages and local files on a self‑hosted server so you can search your personal knowledge from a web UI, terminal, CLI, or an AI assistant. Runs without mandatory telemetry, offers a browser extension for automatic capture, and supports optional semantic search via a configurable embeddings endpoint.