pdf

Extracts text and structured table data from PDFs using pypdf and pdfplumber.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/captaindpt/analog-gradients --skill pdf-captaindpt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/captaindpt/analog-gradients/tree/main
Command: npx skills add https://github.com/captaindpt/analog-gradients --skill pdf-captaindpt

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the tedious process of filling out PDF forms and extracting data from documents, saving significant time and effort.

Core Features & Use Cases

  • Form Filling: Fill both fillable and non-fillable PDF forms with provided data.
  • Data Extraction: Extract text and structured table data from any PDF.
  • Use Case: Automatically process a batch of scanned invoices by extracting key information like invoice number, date, and total amount, then compiling it into a CSV file.

Quick Start

Use the pdf skill to extract all text from the attached file 'invoice-q3.pdf'.

Frequently Asked Questions about pdf

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

FAQPage Schema
How do I extract structured table data from a PDF invoice?

To extract structured table data from a PDF invoice, this automation parses binary PDF streams using pdfplumber to pull text and tabular data without manual intervention. It automates administrative workflows like invoice processing by retrieving key information and compiling it into a usable format.

Can I automate filling out both fillable and non-fillable PDF forms?

Yes, you can automate filling out both fillable and non-fillable PDF forms with provided data. This automation handles form digitization by applying your data directly to the document, saving significant time and effort compared to manual entry in administrative workflows.

Do I need pypdf and pdfplumber to parse binary PDF streams?

Yes, you need pypdf and pdfplumber to parse binary PDF streams for text extraction and form filling. These Python libraries are required dependencies that enable the automation to process documents and extract structured data without manual intervention.

What's the best way to batch process scanned invoices and compile data into a CSV?

The best way to batch process scanned invoices is using Python automation to extract key information like invoice number, date, and total amount, then compiling it into a CSV file. This approach parses binary PDF streams to retrieve archival data without manual intervention.

Does Python PDF data extraction work for archival data retrieval?

Yes, Python PDF data extraction works for archival data retrieval by parsing binary PDF streams to pull text and structured data. This automation applies to administrative workflows involving archival documents, extracting the information you need without manual intervention.