| name | markdown-converter |
| description | Markitdown to Markdown: PDF, Office, HTML, data, OCR, audio, ZIP, YouTube. |
Source: https://github.com/steipete/agent-scripts/tree/main/skills/markdown-converter (adopted 2026-05-16)
์ ์ฉ ๋์: ์งํ์ด ๋์ง๋ docx/pptx/xlsx/html/zip ๋ฑ์ Markdown์ผ๋ก ๋ณํ. ๊ธฐ์กด pdf ์คํฌ์ PDF๋ง ์ฒ๋ฆฌ; markitdown์ Office/HTML/CSV/JSON/XML/EPub/audio/ZIP/YouTube๊น์ง ์ปค๋ฒ.
Markdown Converter
Convert files to Markdown using uvx markitdown โ no installation required.
Basic Usage
uvx markitdown input.pdf
uvx markitdown input.pdf -o output.md
uvx markitdown input.docx > output.md
cat input.pdf | uvx markitdown
Supported Formats
- Documents: PDF, Word (.docx), PowerPoint (.pptx), Excel (.xlsx, .xls)
- Web/Data: HTML, CSV, JSON, XML
- Media: Images (EXIF + OCR), Audio (EXIF + transcription)
- Other: ZIP (iterates contents), YouTube URLs, EPub
Options
-o OUTPUT
-x EXTENSION
-m MIME_TYPE
-c CHARSET
-d
-e ENDPOINT
--use-plugins
--list-plugins
Examples
uvx markitdown report.docx -o report.md
uvx markitdown data.xlsx > data.md
uvx markitdown slides.pptx -o slides.md
cat document | uvx markitdown -x .pdf > output.md
Notes
- Output preserves document structure: headings, tables, lists, links
- First run caches dependencies; subsequent runs are faster
- For complex PDFs (๋์ฉ๋/ํ๊ธ) โ ๊ธฐ์กด
pdf ์คํฌ ์ฐ์ ์ฌ์ฉ. markitdown์ multi-format universal ๋ณํ์ ์ฌ์ฉ.
- ๊ฒฐ๊ณผ๋ ๋ณดํต
SHARE/ ๋๋ ARTIFACTS/์ ์ ์ฅ (์งํ ์ํฌํ๋ก์ฐ).