What problem does it solve?
PDF documents are ubiquitous but performing repetitive tasks like text extraction, table parsing, form filling, and document composition is tedious and error-prone. This skill provides a programmable toolkit to automate these tasks end-to-end.
Core Features & Use Cases
- Text and data extraction: pull text and tables from PDFs for indexing, analysis, or data entry.
- Form handling: fill both fillable and non-fillable forms programmatically or annotate documents for manual review.
- Document composition: merge, split, rotate, and create PDFs for reporting and archiving.
- Use Case: batch process hundreds of invoices to extract line items and populate a CSV, or auto-fill client intake forms from a data source.
Quick Start
Use the pdf skill to extract all text from the attached file 'document.pdf' and then demonstrate form filling with the provided scripts.