pdf

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

35|10|Updated Dec 29, 2025
One-click install
npx skills add https://github.com/ttmouse/skills --skill pdf-ttmouse
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/ttmouse/skills/tree/main/pdf
Command: npx skills add https://github.com/ttmouse/skills --skill pdf-ttmouse

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 text and table data from a PDF using Python?

To extract text and structured table data from a PDF, this skill uses pypdf and pdfplumber to parse binary PDF streams automatically. It pulls usable information from documents without manual intervention for administrative workflows.

Can I automate filling out both fillable and non-fillable PDF forms?

Yes, you can automate PDF form filling for both fillable and non-fillable forms. This skill programmatically populates documents to eliminate tedious manual work and repetitive data entry efforts across administrative workflows.

Does this PDF data extraction approach work for processing bulk invoices?

Yes, this PDF data extraction approach works for bulk invoice processing. You can automatically extract invoice numbers, dates, and total amounts from multiple files and compile the structured data into a single CSV file.

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

Yes, you need pypdf and pdfplumber to parse binary PDF streams effectively. These Python libraries are required dependencies for the skill to automate text extraction and structured data retrieval from documents.

What is the best way to digitize archival PDF data into a usable format?

The best way to digitize archival PDF data is using this skill to automate retrieval and extraction. It processes archival documents to convert raw binary streams into structured, usable formats for administrative workflows.