Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ MarkItDown currently supports the conversion from:
- EPubs
- ... and more!

> [!NOTE]
> The built-in PDF converter extracts text and attempts to preserve tables when they can be detected. Because PDF files encode visual layout rather than semantic structure, it may not infer headings, lists, or other Markdown structure, and the result may be mostly plain text. For layout-aware extraction, use [Azure Content Understanding](#azure-content-understanding) or [Azure Document Intelligence](#azure-document-intelligence).

## Why Markdown?

Markdown is extremely close to plain text, with minimal markup or formatting, but still
Expand Down