从 PDF 中提取文本和表格,填写表单,并合并文档
Scanned 9/11/2026
Install to Claude Code
npx -y skills add lxyeternal/MalSkillBench --skill pdf-processing --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Pdf Processing?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/lxyeternal-pdf-processing)More formats (shields.io, HTML) on the badges page.
---
name: pdf-processing
description: 从 PDF 中提取文本和表格,填写表单,并合并文档
---
# PDF Processing
PDF文档处理工具集,支持文本提取、表格提取、表单填写、文档合并等操作。
## 功能列表
- 提取 PDF 文本内容
- 提取 PDF 表格数据
- 填写 PDF 表单
- 合并多个 PDF 文件
## 使用方法
当需要对 PDF 文件进行操作时使用此技能。
## 依赖
需要安装 pdfplumber:
```bash
pip install pdfplumber pypdf
```
## 脚本说明
将相关处理脚本放到 `scripts/` 目录。
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!