@6171/pdf-toolkit
Installation
SKILL.md
PDF Toolkit
Core Capabilities
| Action | Description | Command |
|---|---|---|
| Info | Extract metadata (title, author, pages, size, PDF version) | --action info --input file.pdf |
| Text | Extract all text from every page | --action text --input file.pdf |
| Classify | Detect scanned (image-based) vs text-based PDF | --action classify --input file.pdf |
| Merge | Combine multiple PDFs into one | --action merge --inputs a.pdf b.pdf --output merged.pdf |
| Split | Split into individual pages | --action split --input file.pdf --output-dir out/ |
Usage
# Quick info
python3 skills/pdf-toolkit/scripts/pdf_extract.py --action info --input report.pdf