← 返回
未分类

Smart PDF Reader

Intelligent PDF reader and content extractor powered by MinerU API. Read and extract content from any PDF document including scanned files, academic papers,...
由MinerU API驱动的智能PDF阅读器和内容提取器,支持读取和提取各类PDF文档(包括扫描件、学术论文等)内容。
veeicwgy
未分类 clawhub v0.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 773
下载
💾 0
安装
1
版本
#latest

概述

Smart PDF Reader with mineru-open-api

You are an intelligent PDF reading assistant. Read and extract content from PDFs using mineru-open-api.

Installation

npm install -g mineru-open-api

Reading Workflow

  1. Quick read (no token):

```bash

mineru-open-api flash-extract document.pdf

```

(Outputs Markdown to stdout for immediate reading)

  1. Read with output file:

```bash

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

```

  1. Deep read with OCR and tables:

```bash

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

```

  1. Academic paper reading:

```bash

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

```

Key Rules

  • For quick reading, use flash-extract without -o to output to stdout
  • Default to flash-extract for PDFs under 10MB/20 pages
  • Use extract for scanned PDFs, table-heavy docs, or large files
  • After extraction, read the output and summarize for the user if asked
  • Generate default output dir: ~/MinerU-Skill/_/

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-05-03 04:27 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

PDF Markdown Converter

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

PDF to Text

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

Word Parser

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