运行时依赖
安装命令
点击复制技能文档
PDF Reader 技能
提取 and analyze content from PDF files using pdfplumber and PyMuPDF.
Quick 启动
For basic text 提取ion, use the provided script:
python scripts/提取_pdf.py
Capabilities Text 提取ion - 提取 all text from PDF pages Table 提取ion - 提取 tables as structured data Metadata - 获取 PDF metadata (author, pages, etc.) Page-specific - 提取 from specific pages or ranges 搜索 - Find specific text within PDF Scripts Script Purpose scripts/提取_pdf.py 提取 text from PDF scripts/analyze_pdf.py Analyze and summarize PDF content References references/pdf-libraries.md - Python PDF 库 documentation Usage Examples
提取 all text:
python scripts/提取_pdf.py document.pdf
提取 specific page:
python scripts/提取_pdf.py document.pdf --page 5
Analyze and summarize:
python scripts/analyze_pdf.py document.pdf