Rewrite feature items on README

Signed-off-by: Christoph Auer <cau@zurich.ibm.com>
This commit is contained in:
Christoph Auer 2024-10-30 14:14:00 +01:00
parent f33fab4abd
commit 704393613f
2 changed files with 5 additions and 5 deletions

View File

@ -22,9 +22,9 @@ Docling parses documents and exports them to the desired format with ease and sp
## Features
* 🗂️ Multi-format support for input (PDF, DOCX, PPTX, Bitmap images, 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](https://ds4sd.github.io/docling/concepts/docling_document/) which supports hierarchies and provides native iterators and chunkers.
* 🗂️ Reads popular document formats (PDF, DOCX, PPTX, 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
* 📝 Metadata extraction, including title, authors, references & language
* 🤖 Seamless LlamaIndex 🦙 & LangChain 🦜🔗 integration for powerful RAG / QA applications
* 🔍 OCR support for scanned PDFs

View File

@ -19,9 +19,9 @@ Docling parses documents and exports them to the desired format with ease and sp
## Features
* 🗂️ Multi-format support for input (PDF, DOCX, PPTX, Bitmap images, HTML, AsciiDoc, MarkDown) and output (Markdown, JSON, YAML)
* 🗂️ Reads popular document formats (PDF, DOCX, PPTX, Images, HTML, AsciiDoc, Markdown) and exports to Markdown and JSON
* 📑 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.
* 🧩 Unified, expressive [DoclingDocument](./concepts/docling_document.md) representation format
* 📝 Metadata extraction, including title, authors, references & language
* 🤖 Seamless LlamaIndex 🦙 & LangChain 🦜🔗 integration for powerful RAG / QA applications
* 🔍 OCR support for scanned PDFs