pdf

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

Updated Apr 19, 2026
One-click install
npx skills add https://github.com/3iQ-Corp/skills --skill pdf-3iq-corp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/3iQ-Corp/skills/tree/main/anthropic/pdf
Command: npx skills add https://github.com/3iQ-Corp/skills --skill pdf-3iq-corp

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?

You can extract structured table data from PDF invoices automatically by using Python libraries like pdfplumber and pypdf to parse binary PDF streams without manual intervention. This automated data extraction pulls text and tabular data directly into usable formats.

Can I programmatically fill both fillable and non-fillable PDF forms?

Yes, you can programmatically fill both fillable and non-fillable PDF forms. The automation script handles form digitization by applying data directly to the PDF document, eliminating tedious manual data entry work.

Do I need Python dependencies to parse binary PDF streams for archival data retrieval?

Yes, you need the Python dependencies pypdf and pdfplumber to parse binary PDF streams for archival data retrieval. These libraries are required to extract text and structured data without manual intervention.

What is the best way to automate invoice processing for multiple PDF documents?

The best way to automate invoice processing for multiple PDF documents is using a Python script with pdfplumber to extract invoice numbers, dates, and totals. This data extraction compiles the structured information into a single CSV file.

Are there limitations when extracting text from non-fillable PDF forms?

Limitations when extracting text from non-fillable PDF forms depend on the document's structure, but using pdfplumber and pypdf allows you to parse binary PDF streams effectively. The extraction pulls text and structured table data from any PDF format.