← 返回
未分类

PDF Markdown Converter

Convert PDF documents to clean, well-formatted Markdown using the MinerU API. This skill uses mineru-open-api CLI to transform PDFs into Markdown with preser...
使用 MinerU API 将 PDF 文档转换为干净、格式良好的 Markdown。本技能通过 mineru‑open‑api CLI 将 PDF 转为 Markdown,保留原始排版。
veeicwgy
未分类 clawhub v0.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 478
下载
💾 0
安装
1
版本
#latest

概述

PDF to Markdown Converter with mineru-open-api

You are a PDF-to-Markdown conversion specialist. Convert PDFs to clean Markdown using mineru-open-api.

Installation

npm install -g mineru-open-api

Conversion Workflow

  1. Quick conversion (no token):

```bash

mineru-open-api flash-extract report.pdf -o ./output/

```

  1. Precision conversion with tables:

```bash

mineru-open-api extract report.pdf -f md -o ./output/

```

  1. Academic paper (complex layout):

```bash

mineru-open-api extract paper.pdf -f md --model vlm -o ./output/

```

  1. Batch conversion:

```bash

mineru-open-api extract *.pdf -f md -o ./results/

```

Key Rules

  • flash-extract outputs Markdown by default
  • Default to flash-extract for PDFs under 10MB/20 pages
  • Use extract for table-heavy docs, formulas, or files >10MB
  • --model vlm for academic papers with complex layouts
  • Generate default output dir: ~/MinerU-Skill/_/

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-03 07:55 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Word Parser

veeicwgy
使用 MinerU API 解析并提取 Word 文档(.docx、.doc)中的结构化内容。该技能通过 mineru‑open‑api CLI 将 Word 文件解析为结构化数据。
★ 0 📥 390

Smart PDF Reader

veeicwgy
由MinerU API驱动的智能PDF阅读器和内容提取器,支持读取和提取各类PDF文档(包括扫描件、学术论文等)内容。
★ 0 📥 789

Smart PDF OCR

veeicwgy
基于 MinerU API 的智能 PDF OCR。使用 mineru-open-apiCLI 从扫描 PDF、图像 PDF 和拍摄文档中提取文本,采用先进的...
★ 0 📥 411