pdf

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

54|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/haposoft/cafekit --skill pdf-haposoft
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/haposoft/cafekit/tree/main/packages/spec/src/claude/skills/pdf
Command: npx skills add https://github.com/haposoft/cafekit --skill pdf-haposoft

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 using pdfplumber to parse binary streams. This skill automates pulling text and table data like invoice numbers and amounts from documents into usable formats without manual intervention.

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 applies Python libraries to automate form digitization and populate documents, eliminating repetitive manual data entry for administrative workflows.

Do I need pypdf and pdfplumber to extract text from PDF documents?

Yes, you need pypdf and pdfplumber to extract text from PDF documents. These dependencies are required to parse binary PDF streams and retrieve archival data automatically without manual intervention.

What is the best way to digitize administrative PDF forms and retrieve archival data?

The best way to digitize administrative PDF forms and retrieve archival data is using an automated extraction skill. It parses binary PDF streams using pypdf and pdfplumber to pull text and structured data without manual intervention.

Does pdf2image work with pdfplumber for form digitization workflows?

Yes, pdf2image works alongside pdfplumber for form digitization workflows. While pdfplumber extracts text and structured data, pdf2image handles visual rendering, together automating administrative workflows involving invoice processing and archival retrieval.