What problem does it solve?
PDF files often trap vital data inside static scans, forms, or multi-document bundles, and this Skill gives you the tools to extract text, tables, and metadata, merge or split documents, and prepare forms so you can work with the contents directly instead of manually copying and pasting.
Core Features & Use Cases
- Comprehensive Processing: Use pypdf, pdfplumber, and related utilities to read, merge, split, rotate, watermark, and protect PDFs from Python scripts.
- Extraction & OCR: Pull text, tables, and images with pdfplumber and pdf2image plus optional OCR for scanned docs, then funnel the data into spreadsheets or analytics pipelines.
- Form Automation: Follow the guided FORMS.md instructions to detect fillable fields, create coordinate mappings, and fill both structured and annotation-based PDFs for administrative, legal, or accounting workflows.
Quick Start
Ask the assistant to extract all tables and text from the uploaded PDF, merge relevant sections, and return a searchable summary with highlights of the key fields.