Pdf Reader Cn

👤 wancy86 📦 v1.0.0 ⭐ 4.1 ⬇️ 817 下载
📄 办公效率 免费

📖 技能介绍


name: openclaw-pdf-reader version: 1.0.0 description: Read, extract, and analyze PDF files. Use when the user needs to: (1) Extract text from PDF documents, (2) Analyze PDF content, (3) Summarize PDF documents, (4) Search for specific information in PDFs, (5) Extract tables from PDFs


PDF Reader Skill

Extract and analyze content from PDF files using pdfplumber and PyMuPDF.

Quick Start

For basic text extraction, use the provided script:

python scripts/extract_pdf.py <path-to-pdf>

Capabilities

  • Text extraction - Extract all text from PDF pages
  • Table extraction - Extract tables as structured data
  • Metadata - Get PDF metadata (author, pages, etc.)
  • Page-specific - Extract from specific pages or ranges
  • Search - Find specific text within PDF

Scripts

本技能来自小葱技能站7w4.net。

Script Purpose
scripts/extract_pdf.py Extract text from PDF
scripts/analyze_pdf.py Analyze and summarize PDF content

References

  • references/pdf-libraries.md - Python PDF library documentation

Usage Examples

Extract all text:

python scripts/extract_pdf.py document.pdf

Extract specific page:

python scripts/extract_pdf.py document.pdf --page 5

Analyze and summarize:

python scripts/analyze_pdf.py document.pdf

🤖 AI 评测

这是一个相当实用的PDF处理工具,能快速提取文本和表格信息。文档写得清晰明了,新手也能轻松上手。代码实现专业、功能完整,分析功能还能统计页数和字数。不足之处是缺少依赖说明文件,错误处理机制不够完善,对于复杂PDF的兼容性也有待验证。总体质量中上,已具备良好的实用性。

📊 多维度评分

适应性3.9
规范性4.1
有效性4.2
可靠性3.9
可信度4.5

📁 包含文件 (5 个)

📄 SKILL.md 1.3 KB
📄 _meta.json 132 B
📄 references/pdf-libraries.md 936 B
📄 scripts/analyze_pdf.py 3.4 KB
📄 scripts/extract_pdf.py 2.1 KB