docling-project/docling

▲ 129 stars today★ 67,360⑂ 4,850

Get your documents ready for gen AI

About docling-project/docling

docling-project/docling is an open-source project on GitHub, mainly written in Python. Get your documents ready for gen AI It currently holds 67,360 stars and 4,850 forks with 941 open issues, and was last pushed on 2026-09-20 (repository created 2024-07-09).

Project Overview

AI Homed tracks it on the Today's Trending board, currently at rank #17 with 129 new stars today.

GitHub Repository Details

Repository docling-project/docling · default branch main · size 392450 KB · watchers 227 · source: GitHub REST API and repository README

README

https://github.com/docling-project/docling/blob/HEAD/Docling

Docling

https://github.com/docling-project/docling/blob/HEAD/DS4SD%2Fdocling | Trendshift

arXiv Docs PyPI version PyPI - Python Version uv Ruff Pydantic v2 prek License MIT PyPI Downloads Docling Actor Chat with Dosu Discord OpenSSF Best Practices LF AI & Data

What is Docling ?

Docling simplifies document processing by parsing diverse formats — including advanced PDF understanding — and providing seamless integrations with the generative AI ecosystem.

Features

What's new

Coming soon

Quickstart

1. Install

pip install docling
Note: Python 3.9 support was dropped in docling version 2.70.0. Please use Python 3.10 or higher.

Works on macOS, Linux and Windows environments for both x86_64 and arm64 architectures.

More detailed installation instructions are available in the docs.

2. Convert a document (CLI)

docling https://arxiv.org/pdf/2206.01062

This generates a .md file in the current directory containing structured document content.

You can also use 🥚GraniteDocling and other VLMs via Docling CLI:

docling --pipeline vlm --vlm-model granite_docling https://arxiv.org/pdf/2206.01062

3. Python usage (recommended)

from docling.document_converter import DocumentConverter

source = "https://arxiv.org/pdf/2408.09869" # a document via a local path or URL converter = DocumentConverter() result = converter.convert(source) print(result.document.export_to_markdown()) # output: "## Docling Technical Report[...]"

More advanced usage and configuration options.

Documentation

Check out Docling's documentation for details on installation, usage, concepts, recipes, extensions, and more.

Examples

Go hands-on with our examples, demonstrating how to address different application use cases with Docling.

Integrations

To further accelerate your AI application development, check out Docling's native integrations with popular frameworks and tools.

Get help and support

Please feel free to connect with us using the discussion section.

Technical report

For more details on Docling's inner workings, check out the Docling Technical Report.

Contributing

Please read Contributing to Docling for details.

References

If you use Docling in your projects, please consider citing the following:

@techreport{Docling,
  author = {Deep Search Team},
  month = {8},
  title = {Docling Technical Report},
  url = {https://arxiv.org/abs/2408.09869},
  eprint = {2408.09869},
  doi = {10.48550/arXiv.2408.09869},
  version = {1.0.0},
  year = {2024}
}

License

The Docling codebase is under MIT license. For individual model usage, please refer to the model licenses found in the original packages.

LF AI & Data

Docling is hosted as a project in the LF AI & Data Foundation.

IBM ❤️ Open Source AI

The project was started by the AI for knowledge team at IBM Research Zurich.

[supported_formats]: https://docling-project.github.io/docling/usage/supported_formats/ [docling_document]: https://docling-project.github.io/docling/concepts/docling_document/ [integrations]: https://docling-project.github.io/docling/integrations/ [extraction]: https://docling-project.github.io/docling/_generated/examples/extraction/

GitHub Stars & Activity

67,360Stars
4,850Forks
941Open issues
PythonLanguage

GitHub Popularity

GitHub stars67,360
Forks4,850
Open issues941
Primary languagePython
LicenseMIT
Stars gained today129
Created2024-07-09
Last pushed2026-09-20

Trending History

Daily boardrank #17 · ▲ 129 stars

Related AI Projects

1

NousResearch / hermes-agent

Python★ 247,332⑂ 51,995
2

Significant-Gravitas / AutoGPT

Python★ 187,453⑂ 46,009▲ 30 stars
3

openai / openai-python

Python★ 31,654⑂ 5,822▲ 13 stars
4

harvard-edge / cs249r_book

Python★ 28,368⑂ 3,587▲ 31 stars
5

browser-use / browser-harness

Python★ 17,826⑂ 1,748▲ 86 stars
6

FareedKhan-dev / train-llm-from-scratch

Python★ 10,015⑂ 1,390▲ 196 stars
7

zhouxiaoka / autoclip

Python★ 7,748⑂ 1,504▲ 325 stars
8

yibie / awesome-jev

Python★ 489⑂ 67

More AI Rankings