电子表格API交互
AI代理操作在线Ex
基于markitdown的文档转换工具,支持PDF、Word、Excel、PPT、图片、音频等20余种格式转为Markdown,便于LLM处理与文本分析。
安装方式:无需安装,直接使用uvx运行
# 基础转换
uvx markitdown input.pdf
# 保存到文件
uvx markitdown input.pdf -o output.md
uvx markitdown input.docx > output.md
# 从标准输入读取
cat input.pdf | uvx markitdown
# 指定文件类型提示(用于stdin)
cat document | uvx markitdown -x .pdf > output.md
# 使用Azure文档智能服务
uvx markitdown scan.pdf -d -e "https://your-resource.cognitiveservices.azure.com/"
见下方输入与输出表格。
| 项目 | 内容 |
|---|---|
| 输入 | PDF、Word、Excel、PPT、HTML、CSV、JSON、XML、图片、音频、ZIP、YouTube链接、EPub;支持文件路径或stdin流 |
| 输出 | Markdown格式文本,保留原文档的标题层级、表格结构、列表和链接 |
| 适用人群 | 数据工程师、LLM应用开发者、研究人员、文档管理员、内容迁移团队 |
| 不包含 | 视频直接转换、DRM保护文档破解、图形化界面操作、永久本地安装包 |
原始链接:https://github.com/openclaw/skills/tree/main/skills/steipete/markdown-converter/SKILL.md
来源类型:开源社区