pdf

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

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/liamfraz/claude-code-starter-pack --skill pdf-liamfraz
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/liamfraz/claude-code-starter-pack/tree/main/skills/pdf
Command: npx skills add https://github.com/liamfraz/claude-code-starter-pack --skill pdf-liamfraz

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

Run the following command to automatically fill out the 'invoice-form.pdf' with the provided values: fill_pdf_form 'invoice-form.pdf' 'fields.json' 'filled-in-invoice.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?

To extract structured table data from PDF invoices automatically, this Skill uses pdfplumber to parse binary PDF streams and pull text and tables into usable formats. It compiles extracted invoice numbers, dates, and amounts into a single output file without manual intervention.

Can I programmatically fill out non-fillable PDF forms?

Yes, you can programmatically fill out non-fillable PDF forms. This Skill automates the insertion of provided values into both fillable and non-fillable PDF documents by applying Python libraries to render the input data onto the target file.

Does pdfplumber work for large scale document processing of vendor invoices?

Yes, pdfplumber works for large scale document processing of vendor invoices. This Skill applies the library to parse binary PDF streams for administrative workflows, processing batches of 100 or more invoices to retrieve structured archival data efficiently.

What's the best way to automate form digitization from binary PDF streams?

The best way to automate form digitization from binary PDF streams is using Python libraries like pypdf and pdfplumber. This Skill applies these dependencies to parse documents, automatically extracting text and structured data without manual data entry.

How do I parse text from a PDF file using Python?

To parse text from a PDF file using Python, this Skill uses pypdf and pdfplumber to read binary PDF streams. It automates text extraction for administrative workflows such as invoice processing and archival data retrieval.

Do I need to install pypdf and pdf2image to extract data from PDF documents?

Yes, you need to install pypdf, pdfplumber, and pdf2image. These Python libraries are required dependencies for the Skill to parse binary PDF streams and automate text and structured data extraction without manual intervention.