Skip to content

Commit

Permalink
add bitmap images as format
Browse files Browse the repository at this point in the history
Signed-off-by: Michele Dolfi <dol@zurich.ibm.com>
  • Loading branch information
dolfim-ibm committed Oct 30, 2024
1 parent 2731508 commit f33fab4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f33fab4

Please sign in to comment.