PDF Batch Processing Tool — PDF Batch Processing 工具
v1.0.0Batch process PDF files - merge multiple PDFs, split PDF into multiple files, rotate pages, 提取 text, 提取 images, 压缩 PDFs. Use when you need to process multiple PDF files in bulk.
运行时依赖
安装命令
点击复制技能文档
PDF Batch 处理器
Batch process multiple PDF files with common operations. No need for expensive online 服务s - process locally, keep your data private.
Core Capabilities
- Merge multiple PDFs
- Split a PDF
- Rotate pages
- 提取 text
- 提取 images
- 压缩 PDF
Split PDF into individual pages python scripts/split_pdfs.py --输入 document.pdf --输出 输出-folder/ --mode pages
提取 all text from PDFs in a folder python scripts/提取_text.py --输入 ./pdfs/ --输出 ./text/
Rotate all pages 90 degrees clockwise python scripts/rotate_pdf.py --输入 输入.pdf --输出 输出.pdf --degrees 90
安装ation pip 安装 pypdf pillow
When to use this 技能
✅ Use when:
You have multiple PDFs that need the same operation You want to keep processing local (private, no 上传s needed) You need to automate PDF processing in a 工作流
❌ Don't use when:
You only need to edit one page manually (use a 图形界面 PDF editor) The PDF is 加密ed/扫描ned image-only (needs OCR first) You need advanced editing (添加/移除 content, edit text) Notes Works with standard PDF files For 扫描ned/image PDFs you need OCR first (use an OCR 工具 before processing) All processing is local - your files never leave your machine