pdf

Extract text and structured data from PDF documents using pypdf and pdfplumber.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/chacha95/advanced-harness --skill pdf-chacha95
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/chacha95/advanced-harness/tree/main/.claude/skills/pdf
Command: npx skills add https://github.com/chacha95/advanced-harness --skill pdf-chacha95

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill eliminates the tedious manual work of filling out PDF forms and extracting data from documents, saving you hours of repetitive effort.

Core Features & Use Cases

  • Automated Form Filling: Programmatically fill both fillable and non-fillable PDF forms.
  • Data Extraction: Pull text and structured table data from any PDF into usable formats.
  • Use Case: Imagine you have 100 vendor invoices in PDF format. Use this Skill to automatically extract the invoice number, date, and total amount from each one and compile them into a single 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 PDF invoices automatically?

To extract structured table data from PDF invoices, this Skill parses binary PDF streams using pdfplumber and pypdf. It pulls text and table data from documents without manual intervention, compiling fields into a usable CSV format.

Can I automate PDF form filling for non-fillable documents?

Yes, you can automate PDF form filling for non-fillable documents. The Skill programmatically populates both fillable and non-fillable PDF forms to eliminate repetitive manual data entry workflows.

What Python libraries are required to parse PDF text for archival data retrieval?

The required Python libraries to parse PDF text are pypdf and pdfplumber. These dependencies enable the Skill to extract text and structured data from binary PDF streams for archival retrieval.

What is the best way to digitize hundreds of PDF forms into a single CSV file?

The best way to digitize PDF forms into a CSV file is using this Skill to extract specified text fields. It processes large batches of documents, retrieving data like dates and amounts to compile into a single spreadsheet.

Does pdfplumber work with pypdf to extract data without manual intervention?

Yes, pdfplumber works with pypdf to extract data without manual intervention. The Skill combines these dependencies to parse binary PDF streams and pull text or structured table data automatically.