pdf

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

4|Updated Jan 22, 2026
One-click install
npx skills add https://github.com/oiiiwjh/skills --skill pdf-oiiiwjh
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/oiiiwjh/skills/tree/main/pdf
Command: npx skills add https://github.com/oiiiwjh/skills --skill pdf-oiiiwjh

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?

To extract structured table data from PDF invoices automatically, you can use this Skill to parse binary PDF streams with pdfplumber and output the invoice number, date, and total amount into a single CSV file 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. The Skill automates form digitization by applying Python libraries to populate document fields, eliminating the tedious manual work of data entry.

What is the best way to automate archival data retrieval from PDF documents?

The best way to automate archival data retrieval from PDF documents is using Python libraries like pypdf and pdfplumber. This Skill parses binary PDF streams to pull text and structured data for administrative workflows without manual intervention.

Does this PDF data extraction Skill work without manual intervention?

Yes, this PDF data extraction Skill works without manual intervention. It requires pypdf and pdfplumber to parse binary PDF streams, allowing you to automatically extract text and structured data from documents like vendor invoices.

Why use pdfplumber and pypdf for document processing instead of other tools?

Using pdfplumber and pypdf for document processing provides automated extraction of text and structured table data from binary PDF streams. These dependencies enable programmatic form filling and archival data retrieval without manual effort.

When should I not use Python scripts for PDF form digitization?

You should not use Python scripts for PDF form digitization if your documents require complex manual review or contain scanned images without OCR layers. This Skill parses binary PDF streams for text and structured data extraction using pypdf and pdfplumber.