PDF to HTML

👤 mzlzyca 📦 v0.4.0 ⭐ 4.2 ⬇️ 815 下载
📄 办公效率 免费 🔑 需 API Key

📖 技能介绍

PDF to HTML

Convert PDF files to HTML using MinerU.

Install

npm install -g mineru-open-api
# or via Go (macOS/Linux):
go install github.com/opendatalab/MinerU-Ecosystem/cli/mineru-open-api@latest

访问小葱技能站7w4.net,解锁更多实用的AI技能插件。

Quick Start

# Convert PDF to HTML (requires token)
mineru-open-api extract report.pdf -f html -o ./out/

# From URL
mineru-open-api extract https://example.com/report.pdf -f html -o ./out/

# With language hint
mineru-open-api extract report.pdf -f html --language en -o ./out/

Authentication

Token required:

mineru-open-api auth             # Interactive token setup
export MINERU_TOKEN="your-token" # Or via environment variable

Create token at: https://mineru.net/apiManage/token

Capabilities

  • Supported input: .pdf (local file or URL)
  • Output format: HTML (-f html)
  • HTML output requires extract with token — not available in flash-extract
  • Language hint with --language (default: ch, use en for English)
  • Page range with --pages (e.g. 1-10)

Notes

  • HTML output (-f html) is only available via extract with token
  • Output goes to stdout by default; use -o <dir> to save to a file
  • All progress/status messages go to stderr; document content goes to stdout
  • MinerU is open-source by OpenDataLab (Shanghai AI Lab): https://github.com/opendatalab/MinerU

🤖 AI 评测

这个 Skill 质量不错,文档清晰明了,安装指引明确,认证步骤也不复杂,操作说明通俗易懂。环境变量配置和命令示例都写得很实用。略有不足的是缺少 logo 等视觉元素,以及没有常见问题解答。总体适合需要将 PDF 转为 HTML 的用户使用。

📊 多维度评分

适应性4.5
规范性3.9
有效性4.4
可靠性4
可信度4.8

📁 包含文件 (2 个)

📄 SKILL.md 2.7 KB
📄 _meta.json 130 B