pdf

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

Updated Feb 2, 2026
One-click install
npx skills add https://github.com/sandriaas/_dotfiles --skill pdf-sandriaas
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/sandriaas/_dotfiles/tree/main/local/.claude/skills/pdf
Command: npx skills add https://github.com/sandriaas/_dotfiles --skill pdf-sandriaas

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 automate PDF form filling and data extraction for multiple invoices?

Automate PDF form filling and data extraction by programmatically parsing binary PDF streams to pull text, structured table data, and fill forms without manual intervention. This Skill processes vendor invoices, extracts invoice numbers and totals, and compiles them into a single CSV file.

Can I extract structured table data from PDF documents into a usable format?

Extract structured table data from PDF documents by utilizing Python libraries like pdfplumber to parse binary streams. This process pulls text and tabular data from any PDF into usable formats, enabling seamless compilation of archival data or invoice details into a structured CSV output.

Do I need pypdf and pdfplumber to parse binary PDF streams without manual intervention?

You need pypdf and pdfplumber to parse binary PDF streams without manual intervention. These required dependencies enable the Skill to programmatically extract text and structured table data from PDF documents for administrative workflows like invoice processing and form digitization.

What is the best way to digitize non-fillable PDF forms programmatically?

Digitize non-fillable PDF forms programmatically by applying automated form filling scripts to both fillable and non-fillable documents. This approach eliminates tedious manual work, allowing you to process large volumes of archival data and forms efficiently using Python libraries.

Does this PDF data extraction approach work for administrative workflows involving form digitization?

This PDF data extraction approach works directly for administrative workflows involving invoice processing, form digitization, and archival data retrieval. It automates text and structured data extraction from documents, saving hours of repetitive effort typically required in administrative tasks.