Skip to content
Book Open access

Docling: Converting Complex Documents into AI-Ready Structured Representations

Aug 2026 · Proceedings of the 2026 ACM Symposium on Document Engineering · 0 citations

TL;DR

By bridging the gap between visually complex documents and machine-readable knowledge, Docling provides a foundation for reliable document understanding in next-generation AI systems.

Abstract

Documents remain one of the primary carriers of knowledge in scientific, enterprise, and governmental settings, yet their complex visual structure—comprising layouts, tables, figures, and multi-column text—poses significant challenges for modern AI systems. Large language models do not natively understand such document structures, while traditional PDF parsers often lose semantic and structural information, leading to noisy or incomplete representations. In this talk, we present Docling, an open-source document processing framework designed to transform heterogeneous documents into high-quality, structured representations suitable for AI applications. Docling combines layout analysis, OCR, table structure recognition, and document assembly into a unified pipeline that produces rich, LLM-friendly outputs such as structured JSON and Markdown while preserving visual grounding and reading order. The framework supports multiple input formats and integrates with modern AI ecosystems, enabling applications including retrieval-augmented generation, schema-based information extraction, and agent-driven workflows. We discuss the architecture of Docling, its emerging ecosystem of models and tools, and its role in enabling scalable, privacy-preserving document intelligence through local execution and open standards. By bridging the gap between visually complex documents and machine-readable knowledge, Docling provides a foundation for reliable document understanding in next-generation AI systems.

Read PDF

Similar papers

Preprint Jul 2026

DocMaster: A Hierarchical Structure-Aware System for Document Analysis

This work presents DocMaster, a hierarchical structure-aware document analysis system that parses documents into hierarchical document trees preserving original layouts and constructs a structure-aware semantic index that enables accurate document filtering and in-depth analysis.

Ziqi Chen, Yingli Zhou, Fangyuan Zhang et al. · 0 citations
Book Open access Aug 2026

Structure Shapes the Future of DataxLLM Systems: Retrieval, Structuring, and Reasoning

Large language models (LLMs) have transformed AI, yet they remain fundamentally limited by hallucination, unverifiable reasoning, and shallow evidence grounding. We argue that structure mining-rooted in decades of KDD research on taxonomy induction, ontology design, entity typing, and knowledge graph construction-is the key to overcoming these limitations. This tutorial presents a unified vision in which structuring serves as the enabling foundation for three pillars of next-generation LLM systems: (1) Structured Retrieval, where organizing corpora into ontology-guided multidimensional representations enables SQL-like queries that achieve substantially more precise and complete retrieval than similarity-based approaches; (2) Structured Reasoning, where grounding each inference step in typed, graph-structured evidence transforms opaque generation into auditable, verifiable reasoning chains; and (3) Structured Agent Memory, where multi-dimensional memory architectures bridge external corpus knowledge and experiential agent knowledge through a mutually enriching dual-memory design. Across all three pillars, we highlight how the cooperative interplay between classical KDD techniques and modern LLMs-where KDD defines structural schemas and quality constraints while LLMs execute flexible extraction and reasoning-creates systems that are more reliable, interpretable, and faithful. The tutorial covers both foundational methods and the latest advances (2024--2026), and concludes with open problems and future research directions at the intersection of data mining and LLMs.

Pengcheng Jiang, Jiashuo Sun, Wonbin Kweon et al. · 0 citations
Preprint Jul 2026

MORE: A Multilingual Document Parsing Benchmark and Evaluation

Multilingual documents encapsulate rich regional cultures, scientific discoveries, and historical records. Parsing this content into structured, machine-readable formats is critical for unlocking global knowledge. However, existing benchmarks predominantly focus on high-resource languages like English and Chinese, creating an evaluation blind spot concerning model performance on other languages. While recent Vision-Language Models (VLMs) claim support for hundreds of languages, the lack of ground truth makes it impossible to empirically verify these capabilities. To bridge this gap, we introduce MORE, a large-scale benchmark designed for multilingual document parsing evaluation. MORE distinguishes itself through three key dimensions: (1) Unprecedented Scale: It covers 149 languages, making it the most linguistically diverse benchmark to date; (2) Structural Complexity: Unlike previous works, it extends evaluation beyond plain text to include structural elements such as code blocks, tables, and catalogs; and (3) Data Authenticity: All samples are curated from real-world documents via a model-assisted, human-refined annotation pipeline. We evaluate state-of-the-art models using MORE, establishing new performance baselines for long-tail languages and validating the benchmark's effectiveness in diagnosing model capabilities in realistic, diverse scenarios. The MORE dataset will be available at https://github.com/zimoqingfeng/MORE.

Long Xu, Binghong Wu, Ting-Ting Yu et al. · 3 citations
Preprint Aug 2026

FRAGMENT: Factorized Graph Representations for Document Generation and Editing via Entity-Aware Transformations

Experiments on DocLayNet, FUNSD, and SROIE evaluate FRAGMENT alongside representative autoregressive, layout-only, and graph-based baselines, providing an empirical analysis of the characteristics and trade-offs of the proposed factorized graph generation framework.

Ayoub El Bouchtili, Guilhaume Leroy-Meline · 0 citations
Open access 2026

Template-to-Text: Hierarchical Structure-Aware Retrieval for Controllable Document Generation

This work proposes a pioneering hierarchical structure-retrieved generation framework (HS-RAG) that reconceptualizes the generation task as a systematic retrieval-alignment-fusion process from template to text, marking a fundamental paradigm shift from spontaneous generation to grounded structural anchoring.

Yongpan Wang, Yu Tan, Mingli Song et al. · 0 citations