/install pdftomd
PDF to Markdown - Extract Text, Tables, Formulas from PDF
Convert PDF files to clean Markdown using MinerU Open API. No API key required.
Quick Start
# Convert a local PDF to Markdown
mineru-open-api flash-extract report.pdf
# Convert a PDF from URL (no download needed)
mineru-open-api flash-extract https://cdn-mineru.openxlab.org.cn/demo/example.pdf
# Save to file
mineru-open-api flash-extract report.pdf -o ./output/
# Convert specific pages
mineru-open-api flash-extract report.pdf --pages 1-10
Language Rule
You MUST reply to the user in the SAME language they use. This is non-negotiable.
Capabilities
- Extracts text, tables, and formulas from PDF
- Supports both local files and URLs directly
- Page range selection with
--pages - Language hint with
--language(default:ch, useenfor English) - No API key, no signup, no authentication
- Max 10MB / 20 pages per document
When to Use
- User asks to "read", "extract", "convert", or "parse" a PDF
- User shares a PDF file or PDF link and asks for its content
- User wants to summarize or analyze a PDF document
- User needs PDF content in Markdown format
CLI Reference
Run mineru-open-api flash-extract --help for all available options.
Data Flow
flash-extract sends the document to the MinerU API (mineru.net) for processing and returns Markdown. This is a stateless API call — no account, no persistent storage. MinerU is an open-source project by OpenDataLab (Shanghai AI Lab): https://github.com/opendatalab/MinerU
Notes
- Output is Markdown only; images/tables/formulas may be replaced with placeholders
- For larger files (up to 200MB/600 pages) or precision extraction with full assets, use
mineru-open-api extract(requires auth viamineru-open-api auth) - If the CLI cannot be installed via npm/uv/go, download it from https://mineru.net/ecosystem?tab=cli
- 确保已安装 OpenClaw(本地或 Docker 部署)
- 在对话框中输入安装命令:
/install pdftomd - 安装完成后,直接呼叫该 Skill 的名称或使用
/pdftomd触发 - 根据 Skill 的参数说明提供必要输入,即可获得结构化输出
PDF to Markdown - Extract Text, Tables, Formulas from PDF 是什么?
PDF to Markdown converter - extract text, tables and formulas from PDF files to clean Markdown. Use when converting PDF documents, extracting PDF content, pa... 它是一个面向 Claude Code / OpenClaw 的 AI Agent Skill 插件,目前累计下载 365 次。
如何安装 PDF to Markdown - Extract Text, Tables, Formulas from PDF?
在 OpenClaw 或 Claude Code 对话框中运行命令「/install pdftomd」即可一键安装,无需额外配置。
PDF to Markdown - Extract Text, Tables, Formulas from PDF 是免费的吗?
是的,PDF to Markdown - Extract Text, Tables, Formulas from PDF 完全免费,采用 MIT-0 许可证,可自由下载、安装和使用。
PDF to Markdown - Extract Text, Tables, Formulas from PDF 支持哪些平台?
PDF to Markdown - Extract Text, Tables, Formulas from PDF 跨平台运行,可在任意部署了 OpenClaw / Claude Code 的环境中使用(cross-platform)。
谁开发了 PDF to Markdown - Extract Text, Tables, Formulas from PDF?
由 tanis90(@tanis90)开发并维护,当前版本 v1.0.4。