PDF Processing Pro

Installation
SKILL.md

PDF Processing Pro

Production-ready PDF processing toolkit with pre-built scripts, comprehensive error handling, and support for complex workflows.

Quick start

Extract text from PDF

import pdfplumber

with pdfplumber.open("document.pdf") as pdf:
    text = pdf.pages[0].extract_text()
    print(text)

Analyze PDF form (using included script)

Related skills

More from dy9759/specskillsforclaudecode

Installs
GitHub Stars
5
First Seen