dev.to | 📄 原文链接 | 2026-07-31 收录

微软万能文档转换工具 MarkItDown:一键转 Markdown

来源:dev.to — 2026-07-31

📋 概述

MarkItDown 是微软推出的轻量级 Python 工具,能将 PDF、Word、Excel、PowerPoint、HTML、CSV、JSON、XML、EPub、ZIP、图片(OCR)、音频(语音转录)乃至 YouTube 字幕等近二十种格式转换为结构化的 Markdown。其设计目标是直接为 LLM 和文本分析管线提供干净、保留结构的文本——标题、表格、列表和链接被正确保留。

🔑 核心要点

💡 金句

The explicit goal is to feed text into LLMs and text analysis pipelines — and Markdown is the right format for that.
← 返回 Dev.to 首页