pdf

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

Updated Feb 22, 2026
One-click install
npx skills add https://github.com/szaher/agentspec --skill pdf-szaher
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/szaher/agentspec/tree/main/docs/user-guide/language
Command: npx skills add https://github.com/szaher/agentspec --skill pdf-szaher

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 this Skill to parse binary streams with pdfplumber and pypdf, pulling text and tabular data into a usable format without manual intervention.

Does this Skill support automated PDF form filling for non-fillable documents?

Yes, this Skill supports automated PDF form filling for both fillable and non-fillable documents, programmatically populating forms to eliminate repetitive manual data entry tasks.

Can I compile extracted PDF data into a single CSV file for multiple vendor invoices?

Yes, you can compile extracted PDF data into a single CSV file by processing multiple vendor invoices to automatically capture invoice numbers, dates, and total amounts into structured outputs.

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

Yes, you need the Python libraries pypdf and pdfplumber installed to parse binary PDF streams for administrative workflows like form digitization and archival data retrieval.

What is the best way to automate text extraction from PDF documents for form digitization?

The best way to automate text extraction from PDF documents for form digitization is using this Skill, which leverages Python libraries to pull text from binary PDF streams without manual intervention.

Are there limitations when using pdfplumber for archival data retrieval from PDF files?

While pdfplumber effectively handles text and structured table extraction for archival data retrieval, limitations may arise with scanned image-only PDFs requiring OCR, as this Skill primarily parses embedded text streams.