From 9f5e512080dfb26ed0d075a4cf4a720226af43ed Mon Sep 17 00:00:00 2001 From: Peter Staar Date: Wed, 4 Dec 2024 16:04:37 +0100 Subject: [PATCH] updated the index.md Signed-off-by: Peter Staar --- docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/index.md b/docs/index.md index 3ae3ceb6..7b741728 100644 --- a/docs/index.md +++ b/docs/index.md @@ -18,7 +18,7 @@ Docling parses documents and exports them to the desired format with ease and sp ## Features -* 🗂️ Reads popular document formats (PDF, DOCX, PPTX, XLSX, Images, HTML, AsciiDoc & Markdown) and exports to Markdown and JSON +* 🗂️ Reads popular document formats (PDF, DOCX, PPTX, XLSX, Images, HTML, AsciiDoc & Markdown) and exports to HTML, Markdown and JSON (with embedded and referenced images) * 📑 Advanced PDF document understanding incl. page layout, reading order & table structures * 🧩 Unified, expressive [DoclingDocument](./concepts/docling_document.md) representation format * 🤖 Easy integration with 🦙 LlamaIndex & 🦜🔗 LangChain for powerful RAG / QA applications