Formats pris en charge par Docling
Ce que Docling peut lire et exporter. D'après la liste officielle : vérifiez toujours la page officielle.
| Format | Catégorie | OCR | Tableaux | Remarques | Commande |
|---|---|---|---|---|---|
| PDF |
Documents | optionnel | oui | Analyse PDF avancée avec mise en page, ordre de lecture et compréhension des tableaux.
|
docling convert file.pdf --to md |
| Word .docx, .doc |
Documents | non | oui | Documents Word avec titres, listes et tableaux.
|
docling convert file.docx --to md |
| OpenDocument Text .odt |
Documents | non | oui | Documents texte OpenDocument.
|
docling convert file.odt --to md |
| Apple Pages .pages |
Documents | non | oui | Documents Apple Pages (Pages 5+ et iWork '09).
|
docling convert file.pages --to md |
| Markdown .md, .qmd, .Rmd |
Documents | non | oui | Markdown pur et sur-ensembles Markdown.
|
docling convert file.md --to md |
| AsciiDoc .adoc, .asciidoc |
Documents | non | oui | Documents texte AsciiDoc.
|
docling convert file.adoc --to md |
| LaTeX .tex, .latex |
Documents | non | oui | Documents sources LaTeX.
|
docling convert file.tex --to md |
| Plain text .txt, .text |
Documents | non | non | Fichiers texte brut.
|
docling convert file.txt --to md |
| PowerPoint .pptx, .ppt |
Présentations | non | oui | Diapositives avec mise en page, zones de texte et notes.
|
docling convert file.pptx --to md |
| OpenDocument Presentation .odp |
Présentations | non | oui | Présentations OpenDocument.
|
docling convert file.odp --to md |
| Excel .xlsx, .xls |
Tableurs | non | oui | Classeurs convertis en tableaux par feuille.
|
docling convert file.xlsx --to md |
| OpenDocument Spreadsheet .ods |
Tableurs | non | oui | Tableurs OpenDocument.
|
docling convert file.ods --to md |
| CSV .csv |
Tableurs | non | oui | Valeurs séparées par des virgules.
|
docling convert file.csv --to md |
| HTML .html, .htm, .xhtml |
Web | non | oui | Pages web et HTML enregistré.
|
docling convert file.html --to md |
| EPUB .epub |
Web | non | oui | Livres électroniques au format EPUB.
|
docling convert file.epub --to md |
| WebVTT .vtt |
Web | non | non | Web Video Text Tracks (sous-titres).
|
docling convert file.vtt --to md |
| Images .png, .jpg, .jpeg, .tiff |
Images | oui | partiel | Pages scannées et fichiers image ; OCR requis pour le texte.
|
docling convert scan.png --to md |
| Email .eml, .msg |
non | oui | Fichiers de messages électroniques.
|
docling convert mail.eml --to md |
|
| XBRL .xml (XBRL) |
XML | non | oui | eXtensible Business Reporting Language : rapports financiers.
|
docling convert report.xml --to md |
| USPTO XML .xml (USPTO) |
XML | non | oui | Documents XML de brevets USPTO.
|
docling convert patent.xml --to md |
| JATS XML .xml (JATS) |
XML | non | oui | XML JATS d'articles de revue.
|
docling convert article.xml --to md |
| Audio .wav, .mp3 |
Audio/Vidéo | non | non | Parole transcrite avec le pipeline ASR.
|
docling convert audio.mp3 --pipeline asr --to md |
| Video .mp4, .avi, .mov, .mkv, .webm |
Audio/Vidéo | non | non | Vidéo analysée en transcription ASR avec des images clés représentatives.
|
docling convert video.mp4 --pipeline asr --to md |
Aucun format ne correspond à la recherche.