Docling: Streamline Document Processing for Generative AI Applications

This repository profile is provided by osrepos.com, an open source repository discovery platform.

Docling: Streamline Document Processing for Generative AI Applications

Summary

Docling is a powerful Python library designed to simplify document processing, preparing diverse formats for generative AI applications. It offers advanced parsing capabilities, including sophisticated PDF understanding, and provides a unified document representation. With seamless integrations into the AI ecosystem, Docling empowers developers to build robust AI solutions.

Repository Information

Analyzed by OSRepos on July 3, 2026

Use at your own risk

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.

Introduction

Docling is an open-source project aimed at simplifying document processing, making documents ready for generative AI applications. It excels at parsing diverse document formats, including advanced PDF understanding, and offers seamless integrations with the generative AI ecosystem. With Docling, you can transform complex documents into structured, usable data for AI models.

Installation

Installing Docling is straightforward using pip:

pip install docling

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

Docling works on macOS, Linux, and Windows environments for both x86_64 and arm64 architectures. For more detailed installation instructions, refer to the official documentation.

Examples

Convert a Document (CLI)

You can convert a document directly from the command line:

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

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

You can also use Visual Language Models (VLMs) like GraniteDocling via the CLI:

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

Python Usage (Recommended)

For programmatic integration, Python usage is 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 are available.

Why Use Docling?

Docling offers a robust set of features that make it an essential tool for document processing and AI integration:

  • Multi-Format Support: Parses a wide range of formats, including PDF, DOCX, PPTX, XLSX, HTML, EPUB, email formats, images, and more.
  • Advanced PDF Understanding: Goes beyond basic extraction, understanding page layout, reading order, table structure, code, formulas, and image classification.
  • Unified Representation: Provides a unified, expressive DoclingDocument representation format for easy manipulation.
  • Plug-and-Play Integrations: Seamlessly connects with popular AI frameworks like LangChain, LlamaIndex, Crew AI, and Haystack for agentic AI.
  • Local Execution: Ensures data privacy and security with local execution capabilities, ideal for sensitive data and air-gapped environments.
  • Comprehensive OCR Support: Includes extensive OCR support for scanned PDFs and images.
  • Flexible Services: Can be run as a service with the API server (docling-serve) or connected to any agent using the MCP server.

Links

Related repositories

Similar repositories that may be relevant next.

mcp-gateway: Unifying AI Tool Access with Reduced Context Overhead

mcp-gateway: Unifying AI Tool Access with Reduced Context Overhead

August 15, 2026

mcp-gateway is a powerful Rust binary designed to streamline AI agent interaction with diverse tools. It consolidates unlimited MCP servers and REST APIs behind a single, compact endpoint, drastically reducing context token overhead and enabling efficient tool access.

aillmmcp
Jan: An Open-Source, Offline ChatGPT Alternative for Your Desktop

Jan: An Open-Source, Offline ChatGPT Alternative for Your Desktop

August 14, 2026

Jan is a powerful open-source desktop application that provides a 100% offline alternative to ChatGPT. It allows users to download and run various large language models locally, ensuring complete control and privacy over their AI interactions. With support for multiple platforms, Jan offers a robust solution for personal and private AI use.

chatgptllmopen-source
TurboLLM: Run Local LLMs with Auto-Tuning, Any Engine, and a Polished UI

TurboLLM: Run Local LLMs with Auto-Tuning, Any Engine, and a Polished UI

August 13, 2026

TurboLLM is a powerful, lightweight solution for running local LLM engines, offering auto-tuning for your GPU and a polished web UI. It supports any llama-server compatible binary, including community forks, and provides both OpenAI and Anthropic-compatible APIs. This offline-first tool allows users to maximize performance and flexibility with their local language models.

aillmlocal-llm
OpenSandbox: A Secure and Extensible Sandbox Runtime for AI Agents

OpenSandbox: A Secure and Extensible Sandbox Runtime for AI Agents

August 12, 2026

OpenSandbox is a powerful, general-purpose sandbox platform designed for AI applications. It provides secure, fast, and extensible runtime environments, supporting multi-language SDKs and Docker/Kubernetes deployments. This project is ideal for developing and evaluating AI agents in isolated, controlled settings.

aiai-agentai-infra

Source repository

Open the original repository on GitHub.

12 counted GitHub visits

View on GitHub
OS
OSRepos

Analysis and discovery of open source repositories. Find interesting projects and follow their updates.

Monitor your website with YourWebsiteScore

OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of third-party repository code is at your own risk. Always review source code, dependencies, licenses, and security implications before running anything.

© 2025 OSRepos. Built with Nuxt 3 and lots of ❤️