From c03d29d632d91c843df26fdc8a471045eee1c543 Mon Sep 17 00:00:00 2001 From: Peter Staar Date: Wed, 30 Oct 2024 05:52:43 +0100 Subject: [PATCH] chore: update the README to reflect all input/output format and highlight the DoclingDocument data-structure. Signed-off-by: Peter Staar --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 22c2e8d7..6ff1b146 100644 --- a/README.md +++ b/README.md @@ -22,8 +22,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 [DoclingDocuyment](https://github.com/DS4SD/docling-core/blob/main/docling_core/types/doc/document.py#L945) 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