From 27315084557283cbb19c79157eac8cbbf67618be Mon Sep 17 00:00:00 2001 From: Michele Dolfi Date: Wed, 30 Oct 2024 07:34:14 +0100 Subject: [PATCH] propagate changes to the docs index Signed-off-by: Michele Dolfi --- docs/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 9db06e31..2a2b59d8 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,8 +19,9 @@ Docling parses documents and exports them to the desired format with ease and sp ## Features -* 🗂️ Multi-format support for input (PDF, DOCX etc.) & output (Markdown, JSON etc.) +* 🗂️ 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](./concepts/docling_document.md) 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