Skip to content

Commit

Permalink
chore: update the README to reflect all input/output format and highl…
Browse files Browse the repository at this point in the history
…ight the DoclingDocument data-structure.

Signed-off-by: Peter Staar <[email protected]>
  • Loading branch information
PeterStaar-IBM committed Oct 30, 2024
1 parent dda2645 commit c03d29d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c03d29d

Please sign in to comment.