Von Docling unterstützte Formate
Was Docling lesen und exportieren kann. Basierend auf der offiziellen Liste – prüfen Sie stets die offizielle Seite.
| Format | Kategorie | OCR | Tabellen | Hinweise | Befehl |
|---|---|---|---|---|---|
| PDF |
Dokumente | optional | ja | Erweitertes PDF-Parsing mit Layout, Lesereihenfolge und Tabellenverständnis.
|
docling convert file.pdf --to md |
| Word .docx, .doc |
Dokumente | nein | ja | Word-Dokumente mit Überschriften, Listen und Tabellen.
|
docling convert file.docx --to md |
| OpenDocument Text .odt |
Dokumente | nein | ja | OpenDocument-Textdokumente.
|
docling convert file.odt --to md |
| Apple Pages .pages |
Dokumente | nein | ja | Apple-Pages-Dokumente (Pages 5+ und iWork '09).
|
docling convert file.pages --to md |
| Markdown .md, .qmd, .Rmd |
Dokumente | nein | ja | Reines Markdown und Markdown-Supersets.
|
docling convert file.md --to md |
| AsciiDoc .adoc, .asciidoc |
Dokumente | nein | ja | AsciiDoc-Textdokumente.
|
docling convert file.adoc --to md |
| LaTeX .tex, .latex |
Dokumente | nein | ja | LaTeX-Quelldokumente.
|
docling convert file.tex --to md |
| Plain text .txt, .text |
Dokumente | nein | nein | Reine Textdateien.
|
docling convert file.txt --to md |
| PowerPoint .pptx, .ppt |
Präsentationen | nein | ja | Folien mit Layout, Textboxen und Notizen.
|
docling convert file.pptx --to md |
| OpenDocument Presentation .odp |
Präsentationen | nein | ja | OpenDocument-Präsentationen.
|
docling convert file.odp --to md |
| Excel .xlsx, .xls |
Tabellen | nein | ja | Arbeitsmappen, je Blatt in Tabellen umgewandelt.
|
docling convert file.xlsx --to md |
| OpenDocument Spreadsheet .ods |
Tabellen | nein | ja | OpenDocument-Tabellen.
|
docling convert file.ods --to md |
| CSV .csv |
Tabellen | nein | ja | Kommagetrennte Werte.
|
docling convert file.csv --to md |
| HTML .html, .htm, .xhtml |
Web | nein | ja | Webseiten und gespeichertes HTML.
|
docling convert file.html --to md |
| EPUB .epub |
Web | nein | ja | E-Books im EPUB-Format.
|
docling convert file.epub --to md |
| WebVTT .vtt |
Web | nein | nein | Web Video Text Tracks (Untertitel).
|
docling convert file.vtt --to md |
| Images .png, .jpg, .jpeg, .tiff |
Bilder | ja | teilweise | Gescannte Seiten und Bilddateien; OCR für Text erforderlich.
|
docling convert scan.png --to md |
| Email .eml, .msg |
nein | ja | E-Mail-Nachrichtendateien.
|
docling convert mail.eml --to md |
|
| XBRL .xml (XBRL) |
XML | nein | ja | eXtensible Business Reporting Language – Finanzberichte.
|
docling convert report.xml --to md |
| USPTO XML .xml (USPTO) |
XML | nein | ja | USPTO-Patent-XML-Dokumente.
|
docling convert patent.xml --to md |
| JATS XML .xml (JATS) |
XML | nein | ja | JATS-XML für Zeitschriftenartikel.
|
docling convert article.xml --to md |
| Audio .wav, .mp3 |
Audio/Video | nein | nein | Sprache, transkribiert mit der ASR-Pipeline.
|
docling convert audio.mp3 --pipeline asr --to md |
| Video .mp4, .avi, .mov, .mkv, .webm |
Audio/Video | nein | nein | Video, geparst in ein ASR-Transkript mit repräsentativen Keyframes.
|
docling convert video.mp4 --pipeline asr --to md |
Keine Formate passen zur Suche.