返回顶部
p

pdf-batch-processor

Batch process PDF files - merge multiple PDFs, split PDF into multiple files, rotate pages, extract text, extract images, compress PDFs. Use when you need to process multiple PDF files in bulk.

作者: admin | 来源: ClawHub
源自
ClawHub
版本
V 1.0.0
安全检测
已通过
64
下载量
0
收藏
概述
安装方式
版本历史

pdf-batch-processor

# PDF Batch Processor Batch process multiple PDF files with common operations. No need for expensive online services - process locally, keep your data private. ## Core Capabilities ### 1. **Merge multiple PDFs** - Combine multiple PDF files into one - Preserve page order - Add table of contents optional ### 2. **Split a PDF** - Split by page ranges - Split each page into a separate file - Extract specific pages ### 3. **Rotate pages** - Rotate all pages or specific page ranges - Support 90/180/270 degree rotation ### 4. **Extract text** - Extract text from all pages - Export to plain text or markdown - Batch extract from multiple PDFs in a folder ### 5. **Extract images** - Save all images from a PDF to separate image files - Preserve original image quality when possible ### 6. **Compress PDF** - Reduce file size for web/email - Three compression levels (low/medium/high) ## Usage Examples ### Merge multiple PDFs ```bash python scripts/merge_pdfs.py --output combined.pdf file1.pdf file2.pdf file3.pdf ``` ### Split PDF into individual pages ```bash python scripts/split_pdfs.py --input document.pdf --output output-folder/ --mode pages ``` ### Extract all text from PDFs in a folder ```bash python scripts/extract_text.py --input ./pdfs/ --output ./text/ ``` ### Rotate all pages 90 degrees clockwise ```bash python scripts/rotate_pdf.py --input input.pdf --output output.pdf --degrees 90 ``` ## Installation ```bash pip install pypdf pillow ``` ## When to use this skill ✅ **Use when:** - You have multiple PDFs that need the same operation - You want to keep processing local (private, no uploads needed) - You need to automate PDF processing in a workflow ❌ **Don't use when:** - You only need to edit one page manually (use a GUI PDF editor) - The PDF is encrypted/scanned image-only (needs OCR first) - You need advanced editing (add/remove content, edit text) ## Notes - Works with standard PDF files - For scanned/image PDFs you need OCR first (use an OCR tool before processing) - All processing is local - your files never leave your machine

标签

skill ai

通过对话安装

该技能支持在以下平台通过对话安装:

OpenClaw WorkBuddy QClaw Kimi Claude

方式一:安装 SkillHub 和技能

帮我安装 SkillHub 和 pdf-batch-processing-tool-1776027368 技能

方式二:设置 SkillHub 为优先技能安装源

设置 SkillHub 为我的优先技能安装源,然后帮我安装 pdf-batch-processing-tool-1776027368 技能

通过命令行安装

skillhub install pdf-batch-processing-tool-1776027368

下载 Zip 包

⬇ 下载 pdf-batch-processor v1.0.0

文件大小: 6.14 KB | 发布时间: 2026-4-13 11:25

v1.0.0 最新 2026-4-13 11:25
Batch process PDF files locally. Merge, split, rotate pages, extract text, all from command line. No expensive software required.

✨ Features:
- Merge multiple PDFs into one document
- Split PDF by page ranges or individual pages
- Rotate specific pages or all pages
- Extract text from multiple PDFs in bulk
- All processing is local - your files never leave your machine
- Private and secure, no uploads needed

Perfect for people who regularly work with multiple PDFs and need automation. Works with standard PDF files.

## Included scripts:
- `merge_pdfs.py` - Merge multiple PDFs
- `split_pdfs.py` - Split into pages or ranges
- `rotate_pdf.py` - Rotate pages
- `extract_text.py` - Batch extract text

Archiver·手机版·闲社网·闲社论坛·羊毛社区· 多链控股集团有限公司 · 苏ICP备2025199260号-1

Powered by Discuz! X5.0   © 2024-2025 闲社网·线报更新论坛·羊毛分享社区·http://xianshe.com

p2p_official_large
返回顶部