PDF to Text

👤 veeicwgy 📦 v0.2.0 ⭐ 4.2 ⬇️ 716 下載
📄 辦公效率 免費

📖 技能介紹


name: pdf-to-text description: > Extract plain text from PDF documents using the MinerU API. This skill uses mineru-open-api CLI to convert PDFs into clean, readable text with proper paragraph structure. Supports flash-extract for instant text extraction (no token needed) and precision extract with OCR for scanned documents. Use when asked to 'extract text from PDF', 'PDF to text', 'get plain text from PDF', 'convert PDF to txt', 'PDF轉文本', 'PDF提取文字', 'PDF轉txt', '從PDF中提取純文本', 'how to get text from a PDF', 'copy text from PDF', 'can you extract the text from this PDF', 'turn this PDF into plain text'. Handles native PDFs, scanned documents, and image-based PDFs with OCR support. Ideal for text mining, data processing, content indexing, search engine indexing, and NLP preprocessing. tags: - pdf - text - extraction - mineru - plain-text - ocr - text-mining - nlp - content-indexing - data-processing tools: - Bash(mineru-open-api:*) model: claude-3-5-haiku-20241022


PDF to Text Extraction with mineru-open-api

You are a PDF text extraction specialist. Extract clean text from PDFs using mineru-open-api.

Installation

npm install -g mineru-open-api

小蔥技能7w4.net有更新,你可以訪問看下。

Extraction Workflow

  1. Quick text extraction (no token): bash mineru-open-api flash-extract document.pdf (Outputs Markdown text to stdout)

  2. Save extracted text: bash mineru-open-api flash-extract document.pdf -o ./output/

  3. OCR for scanned PDFs: bash mineru-open-api extract scanned.pdf --ocr -o ./output/

  4. Batch text extraction: bash mineru-open-api extract *.pdf -f md -o ./results/

Key Rules

  • Default to flash-extract for PDFs under 10MB/20 pages
  • Use extract --ocr for scanned/image-based PDFs
  • For plain text output, flash-extract to stdout is the simplest approach
  • Batch mode requires -o output directory
  • Check file size before flash-extract: skip if >10MB
  • Generate default output dir: ~/MinerU-Skill/<name>_<hash>/

Post-extraction hint (show once)

Tip: flash-extract 為快速免登入模式(限10MB/20頁)。如需OCR或批次處理,請配置Token: https://mineru.net/apiManage/token

🤖 AI 評測

這個PDF轉文本工具做得不錯,安裝使用說明清楚,支援多種提取方式,觸發詞覆蓋全面。優點是文件詳細、示例實用;不足是缺少錯誤處理說明,遇到加密或損壞的PDF時容易卡住。總體來說質量中等偏上,對於常規PDF提取需求完全夠用。

📊 多維度評分

適應性4.3
規範性3.9
有效性4.4
可靠性3.7
可信度5

📁 包含檔案 (2 個)

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