diff --git a/README.md b/README.md index 256fc0c8..ae923ccc 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Docling parses documents and exports them to the desired format with ease and sp ## Features -* 🗂️ Multi-format support for input (PDF, DOCX, PPTX, HTML, AsciiDoc, MarkDown) and output (Markdown, JSON, YAML) +* 🗂️ 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. * 📝 Metadata extraction, including title, authors, references & language diff --git a/docs/index.md b/docs/index.md index 2a2b59d8..d561f490 100644 --- a/docs/index.md +++ b/docs/index.md @@ -19,7 +19,7 @@ Docling parses documents and exports them to the desired format with ease and sp ## Features -* 🗂️ Multi-format support for input (PDF, DOCX, PPTX, HTML, AsciiDoc, MarkDown) and output (Markdown, JSON, YAML) +* 🗂️ 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](./concepts/docling_document.md) which supports hierarchies and provides native iterators and chunkers. * 📝 Metadata extraction, including title, authors, references & language