From bcfa06cb624207886deff5d29f5e1302d870b89c Mon Sep 17 00:00:00 2001 From: "Peter W. J. Staar" <91719829+PeterStaar-IBM@users.noreply.github.com> Date: Thu, 21 Nov 2024 16:44:29 +0100 Subject: [PATCH] Update README.md Co-authored-by: Panos Vagenas <35837085+vagenas@users.noreply.github.com> Signed-off-by: Peter W. J. Staar <91719829+PeterStaar-IBM@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de729e45..52c54f3f 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Docling parses documents and exports them to the desired format with ease and sp ## Features -* 🗂️ Reads popular document formats (PDF, DOCX, PPTX, Excel, 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 Markdown and JSON * 📑 Advanced PDF document understanding including page layout, reading order & table structures * 🧩 Unified, expressive [DoclingDocument](https://ds4sd.github.io/docling/concepts/docling_document/) representation format * 🤖 Easy integration with LlamaIndex 🦙 & LangChain 🦜🔗 for powerful RAG / QA applications