mirror of
https://github.com/DS4SD/docling.git
synced 2025-07-30 14:04:27 +00:00
1.9 KiB
1.9 KiB
Docling
Docling parses documents and exports them to the desired format with ease and speed.
Features
- 🗂️ Multi-format support for input (PDF, DOCX, PPTX, HTML, AsciiDoc, MarkDown) and output (Markdown, JSON, YAML)
- 📑 Advanced PDF document understanding incl. page layout, reading order & table structures
- 🧩 Strongly typed Pydantic v2 data structure named DoclingDocument which supports hierarchies and provides native iterators and chunkers.
- 📝 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