Docling Supported Formats
What Docling can read and what it can export. Based on the official supported-formats list — always check the official page for the current set.
| Format | Category | OCR | Tables | Notes | Command |
|---|---|---|---|---|---|
| PDF |
Documents | optional | yes | Advanced PDF parsing with layout, reading order and table understanding.
|
docling convert file.pdf --to md |
| Word .docx, .doc |
Documents | no | yes | Word documents with headings, lists and tables.
|
docling convert file.docx --to md |
| OpenDocument Text .odt |
Documents | no | yes | OpenDocument text documents.
|
docling convert file.odt --to md |
| Apple Pages .pages |
Documents | no | yes | Apple Pages documents (Pages 5+ and iWork '09).
|
docling convert file.pages --to md |
| Markdown .md, .qmd, .Rmd |
Documents | no | yes | Plain Markdown and Markdown supersets.
|
docling convert file.md --to md |
| AsciiDoc .adoc, .asciidoc |
Documents | no | yes | AsciiDoc text documents.
|
docling convert file.adoc --to md |
| LaTeX .tex, .latex |
Documents | no | yes | LaTeX source documents.
|
docling convert file.tex --to md |
| Plain text .txt, .text |
Documents | no | no | Plain-text files.
|
docling convert file.txt --to md |
| PowerPoint .pptx, .ppt |
Presentations | no | yes | Slides with layout, text boxes and speaker notes.
|
docling convert file.pptx --to md |
| OpenDocument Presentation .odp |
Presentations | no | yes | OpenDocument presentations.
|
docling convert file.odp --to md |
| Excel .xlsx, .xls |
Spreadsheets | no | yes | Workbooks converted to tables per sheet.
|
docling convert file.xlsx --to md |
| OpenDocument Spreadsheet .ods |
Spreadsheets | no | yes | OpenDocument spreadsheets.
|
docling convert file.ods --to md |
| CSV .csv |
Spreadsheets | no | yes | Comma-separated values.
|
docling convert file.csv --to md |
| HTML .html, .htm, .xhtml |
Web | no | yes | Web pages and saved HTML.
|
docling convert file.html --to md |
| EPUB .epub |
Web | no | yes | E-books in EPUB format.
|
docling convert file.epub --to md |
| WebVTT .vtt |
Web | no | no | Web Video Text Tracks (subtitles/captions).
|
docling convert file.vtt --to md |
| Images .png, .jpg, .jpeg, .tiff |
Images | yes | partial | Scanned pages and image files; OCR required for text.
|
docling convert scan.png --to md |
| Email .eml, .msg |
no | yes | Email message files.
|
docling convert mail.eml --to md |
|
| XBRL .xml (XBRL) |
XML | no | yes | eXtensible Business Reporting Language financial reports.
|
docling convert report.xml --to md |
| USPTO XML .xml (USPTO) |
XML | no | yes | USPTO patent XML documents.
|
docling convert patent.xml --to md |
| JATS XML .xml (JATS) |
XML | no | yes | JATS journal article XML.
|
docling convert article.xml --to md |
| Audio .wav, .mp3 |
Audio / Video | no | no | Speech transcribed with the ASR pipeline.
|
docling convert audio.mp3 --pipeline asr --to md |
| Video .mp4, .avi, .mov, .mkv, .webm |
Audio / Video | no | no | Video parsed into an ASR transcript with representative keyframes.
|
docling convert video.mp4 --pipeline asr --to md |
No formats match your search.
Verified with Docling v2.129.0 · Last checked 2026-09-22 · Official source