Docling PDF conversion package
Project description
Docling
Docling parses documents and exports them to the desired format with ease and speed.
Features
- 🗂️ Multi-format support for input (PDF, DOCX etc.) & output (Markdown, JSON etc.)
- 📑 Advanced PDF document understanding incl. page layout, reading order & table structures
- 📝 Metadata extraction, including title, authors, references & language
- 🤖 Seamless LlamaIndex 🦙 & LangChain 🦜🔗 integration for powerful RAG / QA applications
- 🔍 OCR support for scanned PDFs
- 💻 Simple and convenient CLI
Explore the documentation to discover plenty examples and unlock the full power of Docling!
Installation
To use Docling, simply install docling
from your package manager, e.g. pip:
pip install docling
Works on macOS, Linux and Windows environments. Both x86_64 and arm64 architectures.
More detailed installation instructions are available in the docs.
Getting started
To convert individual documents, use convert()
, for example:
from docling.document_converter import DocumentConverter
source = "https://arxiv.org/pdf/2408.09869" # document per local path or URL
converter = DocumentConverter()
result = converter.convert(source)
print(result.document.export_to_markdown()) # output: "## Docling Technical Report[...]"
Check out Getting started. You will find lots of tuning options to leverage all the advanced capabilities.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file docling-2.2.0.tar.gz
.
File metadata
- Download URL: docling-2.2.0.tar.gz
- Upload date:
- Size: 61.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | e7e76690ff2a17401339f2931c1f1650d11fa473c6671cbcfeea73aa8ebb3447 |
|
MD5 | 470894a2aa9ada0971ccd1e369a04589 |
|
BLAKE2b-256 | d369fd0a5ee1fca06d19b1284b088c9d2d50f9d52bd145be8492b7d8220f7f95 |
Provenance
File details
Details for the file docling-2.2.0-py3-none-any.whl
.
File metadata
- Download URL: docling-2.2.0-py3-none-any.whl
- Upload date:
- Size: 79.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/1.8.3 CPython/3.10.12 Linux/6.5.0-1025-azure
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 77a0bad0e9dfcb751af34099eed803d88d277c91d2d48676d375ca3730ad1f2e |
|
MD5 | 056fa54197a267079f2193d78841414b |
|
BLAKE2b-256 | b08f9eb13c1c7f2336ff52ea36013e04140f3904e43d3afa78c19ad3bb42804f |