PDF处理技能
技能 已验证 活跃从PDF提取文本,填充表单,以及合并文档
为代理提供以编程方式与 PDF 文档交互的能力,用于数据提取、表单填写和文档组装等任务。
功能
- 从 PDF 中提取文本内容
- 填写 PDF 文档中的表单字段
- 将多个 PDF 合并为单个文档
- 将 PDF 拆分为单个页面
使用场景
- 自动化从扫描或基于表单的 PDF 中提取数据。
- 根据提供的数据生成已填写的 PDF 表单。
- 将多个 PDF 报告或章节合并到一个文件中。
- 将多页 PDF 分割成单独的文档,以便于分发。
非目标
- 对基于图像的 PDF 进行光学字符识别(OCR)(超出 pypdf 提供的功能)。
- 从头开始编辑或创建复杂的 PDF 布局。
- 在没有密码的情况下处理加密或受密码保护的 PDF。
工作流
- 确定所需的具体 PDF 处理任务(提取、表单填充、合并、拆分)。
- 提供相关的 PDF 文件和任何必要的数据(例如,表单字段值)。
- 执行技能的功能,该功能使用 pypdf 库执行请求的操作。
- 将处理后的 PDF 文件或提取的文本作为输出接收。
安装
npx skills add jlowin/fastmcp通过 npx 运行 Vercel skills CLI(skills.sh)— 需要本地安装 Node.js,以及至少一个兼容 skills 的智能体(Claude Code、Cursor、Codex 等)。前提是仓库遵循 agentskills.io 格式。
质量评分
已验证类似扩展
Nutrient Document Processing
98使用 Nutrient DWS 处理文档。当用户希望从 HTML 或 URL 生成 PDF、转换 Office/图像/PDF、组装或拆分文件包、OCR 扫描件、提取文本/表格/键值对、进行 PII 拟态、添加水印、签名、填充表单、优化 PDF 或生成 PDF/A 或 PDF/UA 等合规性输出时使用。触发器包括转换为 PDF、合并这些 PDF、OCR 此扫描件、提取表格、拟态 PII、签名此 PDF、制作此 PDF/A 或为 Web 交付进行线性化。
Azure AI Document Intelligence SDK for Java
98Azure AI Document Intelligence SDK for Java (com.azure:azure-ai-documentintelligence). Use for extracting text, tables, key-value pairs from documents, receipts, invoices, IDs, or building custom document models. Triggers: "document intelligence java", "form recognizer java", "extract text from PDF java", "OCR document java", "analyze invoice receipt java", "custom document model java", "document classification java".
Generate Restaurant Menu
100Generate a branded restaurant menu PDF with sections, items, prices, and descriptions.
Extract Fleet Vehicle Registration
100Extract vehicle identification, owner details, registration dates, and technical specifications from vehicle registration documents.
Convert Resume to Markdown
100Convert a resume PDF to clean markdown for LLM parsing or candidate pipelines.
Eyeball
100Document analysis with inline source screenshots. When you ask Copilot to analyze a document, Eyeball generates a Word doc where every factual claim includes a highlighted screenshot from the source material so you can verify it with your own eyes.