pdf

The system is currently not accepting new requests.

90|4|Updated Feb 22, 2026
One-click install
npx skills add https://github.com/aisa-group/skill-inject --skill pdf-aisa-group
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/aisa-group/skill-inject/tree/main/data/skills/document-skills/pdf
Command: npx skills add https://github.com/aisa-group/skill-inject --skill pdf-aisa-group

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

PDF data and forms are ubiquitous but extracting text, tables, and filling forms is manual and error-prone; this Skill automates those tasks.

Core Features & Use Cases

  • Automated PDF text and table extraction, form handling, and PDF creation/merging.
  • Use Case: Process large batches of invoices to extract fields and populate a data store.

Quick Start

Process a sample PDF with the included Python examples to extract text and tables.

Frequently Asked Questions about pdf

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I extract text and tables from PDF documents using Python?

To extract text and tables from PDF documents, this Skill automates the process using Python libraries like pypdf and pdfplumber. It handles document digitization and archival processing by converting PDF content into editable text and structured data.

What is the best way to automate batch form filling in PDF files?

The best way to automate batch form filling in PDF files is using this Skill's form handling capabilities. It automates PDF processing tasks for administrative workflows, enabling population of form fields across large document batches without manual data entry errors.

Can I use pypdf and pdfplumber together for PDF data extraction?

Yes, you can use pypdf and pdfplumber together for PDF data extraction. This Skill loads executable instructions from SKILL.md and depends on these Python libraries alongside pdf2image and reportlab to automate text extraction, table parsing, and form handling tasks.

How do I process large batches of invoices to extract fields and populate a data store?

To process large batches of invoices and extract fields, this Skill automates PDF text and table extraction. It captures invoice data fields and supports workflows to populate a data store, replacing manual and error-prone data entry with automated document processing routines.

Does Python PDF processing support creating and merging new PDF documents?

Yes, Python PDF processing supports creating and merging new documents. This Skill uses the reportlab library for PDF creation and merges documents, extending beyond data extraction to generate new PDF files as part of automated document processing workflows.