IBM's Docling Hits 65K Stars Fixing the PDF Problem That Breaks RAG

The open-source document parser Docling has crossed 65,000 GitHub stars, cementing its place as a go-to tool for prepping files for gen AI pipelines.

·
·
IBM's Docling Hits 65K Stars Fixing the PDF Problem That Breaks RAGPRO
  • The docling-project/docling repository has crossed 65,000 GitHub stars.
  • Docling parses PDF, DOCX, PPTX, XLSX, HTML, EPUB, images, audio, and now video files.
  • Outputs a unified DoclingDocument, exportable to Markdown, HTML, DocTags, or JSON.
  • Ships plug-and-play integrations for LangChain, LlamaIndex, Crew AI, and Haystack.
  • Started at IBM Research Zurich, now hosted by the LF AI and Data Foundation under MIT license.
  • Runs locally on macOS, Linux, and Windows for both x86_64 and arm64 architectures.

The docling-project/docling repository has crossed 65,000 stars on GitHub, making it one of the most-watched open-source tools in the document-processing space. Released under an MIT license and hosted by the LF AI and Data Foundation, the project has become a default choice for teams that need to feed messy PDFs, spreadsheets, and slide decks into large language models.

Docling parses diverse document formats, handles advanced PDF understanding, and integrates with the generative AI ecosystem. The traction reflects a real pain point: most retrieval-augmented generation stacks fall apart the moment a PDF has a two-column layout, a nested table, or a scanned page, and Docling is one of the few open-source options that tries to solve all of those at once.

Docling processing pipeline diagram showing document formats being converted to structured outputs

What the library actually does

Docling reads a document and emits a structured representation you can hand to an LLM, a vector store, or a chunker. Supported inputs include PDF, DOCX, PPTX, XLSX, HTML, EPUB, WAV, MP3, WebVTT, Box Notes, email formats (EML, MSG), images, LaTeX, DocLang, and plain text. PDF handling covers page layout, reading order, table structure, code, formulas, and image classification.

Pro article

This story is for Pro members

You've reached the end of the free preview. Upgrade to AlphaSignal Pro to read the full article - and everything else behind the paywall.

Trending
  • No trending articles

Comments

avatar

Next Reads