pdf

Extracts text and structured data from PDF documents using Python libraries.

Updated May 15, 2026
One-click install
npx skills add https://github.com/dawsonblock/agent_eval_skills_merged_clean --skill pdf-dawsonblock
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/dawsonblock/agent_eval_skills_merged_clean/tree/main/agent-skills-curated/skills/pdf-and-documents/pdf
Command: npx skills add https://github.com/dawsonblock/agent_eval_skills_merged_clean --skill pdf-dawsonblock

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?

You can extract structured table data from PDF invoices by using pdfplumber to parse binary PDF streams without manual intervention. This Skill pulls text and tables from vendor invoices and compiles the extracted data 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. This Skill automates form digitization by applying data to PDF documents, eliminating the tedious manual work of repetitive data entry for administrative workflows.

Do I need Python libraries like pypdf and pdfplumber to extract text from PDFs?

Yes, you need pypdf and pdfplumber to extract text from PDFs. This Skill requires these specific dependencies to parse binary PDF streams and retrieve archival data automatically without manual intervention.

What is the best way to automate data extraction from hundreds of PDF documents?

The best way to automate data extraction from PDF documents is using this Skill to process binary PDF streams with pdfplumber. It automatically pulls text and structured data from hundreds of files for invoice processing and archival retrieval.

Does pdf2image work with pdfplumber for form digitization workflows?

Yes, pdf2image works alongside pdfplumber for form digitization workflows. This Skill uses pdf2image as a dependency to support the extraction process, while pdfplumber parses the structured text data from the PDF forms.

Are there limitations when parsing binary PDF streams for archival data retrieval?

A limitation when parsing binary PDF streams for archival data retrieval is that extraction success depends on the PDF format. This Skill requires pypdf and pdfplumber to parse the streams, and non-standard or heavily encrypted files may need manual intervention.