pdf

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

21|1|Updated Apr 19, 2026
One-click install
npx skills add https://github.com/CalamityXeroc/GIS-agent --skill pdf-calamityxeroc
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/CalamityXeroc/GIS-agent/tree/main/workspace/skills/pdf
Command: npx skills add https://github.com/CalamityXeroc/GIS-agent --skill pdf-calamityxeroc

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 text and structured table data from PDF documents?

To extract text and structured data from PDF documents, this Skill parses binary PDF streams automatically using Python libraries like pypdf and pdfplumber. It pulls text and table data into usable formats without manual intervention.

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. This Skill programmatically populates PDF forms to eliminate the tedious manual work of data entry and repetitive document processing.

What's the best way to process 100 vendor invoices and extract specific data fields?

The best way to process vendor invoices is using this Skill to automatically extract the invoice number, date, and total amount from each PDF. It compiles the extracted structured data into a single CSV file.

Do I need Python libraries installed to parse PDF streams for administrative workflows?

Yes, you need Python libraries installed to parse binary PDF streams. This Skill requires pypdf and pdfplumber to function, applying to administrative workflows involving invoice processing and archival data retrieval.

Does pdfplumber support data extraction for form digitization workflows?

Yes, pdfplumber supports data extraction for form digitization workflows. This Skill uses it to pull structured table data from PDF documents into usable formats, applying specifically to administrative form digitization tasks.

Why does PDF data extraction fail on scanned documents without a text layer?

PDF data extraction fails on scanned documents because this Skill parses binary PDF streams containing embedded text. It requires pypdf and pdfplumber to extract text and structured data, lacking OCR capabilities.