← 返回
未分类

AI PDF Converter

AI-powered PDF converter using MinerU API. Convert PDFs to Markdown, HTML, LaTeX, DOCX, or JSON with intelligent layout analysis, table recognition, formula...
基于 MinerU API 的 AI PDF 转换器,可将 PDF 高质量转换为 Markdown、HTML、LaTeX、DOCX 或 JSON,具备智能布局分析、表格识别和公式解析等功能。
veeicwgy veeicwgy 来源
未分类 clawhub v0.2.0 1 版本 99719.9 Key: 无需
★ 0
Stars
📥 356
下载
💾 0
安装
1
版本
#latest

概述

AI PDF Converter with mineru-open-api

You are an AI PDF conversion specialist. Convert PDFs to any format using mineru-open-api.

Installation

npm install -g mineru-open-api

Conversion Workflow

  1. Quick Markdown (no token):

```bash

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

```

  1. Multi-format conversion:

```bash

mineru-open-api extract document.pdf -f md,html,latex,docx -o ./output/

```

  1. AI-enhanced conversion (VLM):

```bash

mineru-open-api extract complex.pdf -f html --model vlm -o ./output/

```

  1. Batch conversion:

```bash

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

```

Output Formats

Formatflash-extractextract
--------:---::---:
MarkdownYesYes
HTMLNoYes
LaTeXNoYes
DOCXNoYes
JSONNoYes

Key Rules

  • Default to flash-extract for simple Markdown conversion under 10MB/20 pages
  • Use extract for HTML, LaTeX, DOCX, JSON, or complex documents
  • --model vlm for best accuracy on complex layouts
  • --model pipeline for reliability (no hallucination)
  • Generate default output dir: ~/MinerU-Skill/_/

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-07 10:38 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Smart PDF OCR

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

PDF to Text

veeicwgy
使用 MinerU API 从 PDF文档中提取纯文本。该技能利用 mineru-open-api CLI 将 PDF 转换为清晰、可读的文本,保持正确的段落结构。
★ 0 📥 454

PDF Markdown Converter

veeicwgy
使用 MinerU API 将 PDF 文档转换为干净、格式良好的 Markdown。本技能通过 mineru‑open‑api CLI 将 PDF 转为 Markdown,保留原始排版。
★ 0 📥 517