🚀 Documentation crafted by Sonicar Tech LLC get your own docs shipped in 1 week →
Sonicar Tech LLCMarkItDown
Usage

Optional Dependencies

Full list of MarkItDown's optional pip extras for PDF, DOCX, PPTX, XLSX, Outlook, Azure integrations, audio and YouTube transcription.

MarkItDown has optional dependencies for activating various file formats. When you install with the [all] option, every optional dependency is installed. However, you can also install them individually for more control. For example:

pip install 'markitdown[pdf, docx, pptx]'

will install only the dependencies for PDF, DOCX, and PPTX files.

Available extras

ExtraInstalls dependencies for
[all]All optional dependencies
[pptx]PowerPoint files
[docx]Word files
[xlsx]Excel files
[xls]Older Excel files
[pdf]PDF files
[outlook]Outlook messages
[az-doc-intel]Azure Document Intelligence
[az-content-understanding]Azure Content Understanding
[audio-transcription]Audio transcription of wav and mp3 files
[youtube-transcription]Fetching YouTube video transcription

On this page