docling-project/docling

Get your documents ready for gen AI

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 21 minutes ago
Added to GitGenius on March 6th, 2026
Created on July 9th, 2024
Open Issues & Pull Requests: 976 (+1)
Number of forks: 4,689
Total Stargazers: 65,488 (+2)
Total Subscribers: 220 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 12.5 hours
Mean response time: 12.0 days
90th percentile: 25.1 days
Tracked items: 1,725

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 94% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Work labelled "question" is answered fastest, typically in about 5 hours, while "layout" waits about 5 days. 72% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 5% of issues opened in the past year have been closed.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 899
New in 7 days: 15
Closed in 7 days: 4
Avg open age: 228 days
Stale 30+ days: 810
Stale 90+ days: 763

Recent activity

Opened in 7 days: 9
Closed in 7 days: 3
Comments in 7 days: 19
Events in 7 days: 74

Top labels

  • bug (924)
  • question (489)
  • enhancement (425)
  • docx (85)
  • pdf parsing (52)
  • html (51)
  • table structure (34)
  • ocr (33)

Detailed Description

Docling is a Python-based document processing framework designed to prepare diverse document formats for generative AI applications. The project parses and converts multiple file types including PDF, DOCX, PPTX, XLSX, HTML, EPUB, WAV, MP3, WebVTT, email formats (EML, MSG), images (PNG, TIFF, JPEG), LaTeX, plain text, and ODF files (ODT, ODS, ODP). It also supports XBRL documents for financial reporting and provides extensive OCR capabilities for scanned PDFs and images.

The core strength of Docling lies in its advanced PDF understanding capabilities, which extract page layout, reading order, table structure, code blocks, formulas, and image classifications. The framework produces a unified DoclingDocument representation format that can be exported to multiple formats including Markdown, HTML, WebVTT, DocLang, DocTags, and lossless JSON. It supports application-specific XML schemas such as DocLang, USPTO patents, JATS articles, and XBRL financial reports.

Docling integrates seamlessly with the generative AI ecosystem through plug-and-play connectors for LangChain, LlamaIndex, Crew AI, and Haystack. The project includes support for Visual Language Models like GraniteDocling, automatic speech recognition for audio files, and a Model Context Protocol (MCP) server for agent connectivity. Users can run Docling locally for sensitive data and air-gapped environments, or deploy it as a service using the API server (docling-serve). A command-line interface provides simple document conversion capabilities.

Recent additions to the project include parsing of ODF files, XBRL documents, email files, EPUB e-books, plain-text and Markdown supersets, and chart understanding that converts charts into tables or code with detailed descriptions. Upcoming features include metadata extraction for titles, authors, references, and language detection, as well as complex chemistry understanding for molecular structures.

The repository shows active development and community engagement.

Docling is hosted as a project within the LF AI & Data Foundation and was initiated by the AI for knowledge team at IBM Research Zurich. The codebase is released under the MIT license, with individual model licenses referenced separately. The project maintains comprehensive documentation covering installation, usage, configuration, recipes, and extensions, along with practical examples demonstrating various application use cases.