What problem does it solve?
PDF documents are notoriously difficult to edit or extract data from, often requiring expensive software or hours of manual copying. This Skill provides a complete automation toolkit to process, generate, and analyze PDFs using open-source Python libraries and command-line tools.
Core Features & Use Cases
- Text and Table Extraction: Pull structured data from invoices, reports, or contracts using pdfplumber and OCR.
- Document Generation: Create professional PDFs programmatically for proposals, invoices, or documentation.
- Form Automation: Fill both fillable and non-fillable PDF forms with validated data and precise bounding boxes.
Quick Start
Use the pdf skill to extract all tables from the attached file 'report.pdf' and compile them into a single spreadsheet.