PDF Processing Pro

Installation
Summary

Production-ready PDF processing with forms, tables, OCR, and batch operations.

  • Includes 10+ pre-built CLI scripts for form analysis, filling, table extraction, text extraction, PDF merging, splitting, and validation
  • All scripts feature comprehensive error handling with exit codes, input validation, type hints, and configurable logging for automation integration
  • Supports complex workflows: form field detection and filling with validation, multi-page table extraction to CSV/Excel, and OCR processing for scanned documents
  • Batch processing capabilities with performance optimization tips including parallel processing, streaming for large PDFs, and early validation to fail fast
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 davila7/claude-code-templates

Installs
GitHub Stars
27.2K
First Seen