pdf

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

Updated Mar 18, 2026
One-click install
npx skills add https://github.com/ErrDivine/LiteCode --skill pdf-errdivine
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/ErrDivine/LiteCode/tree/main/skills/system/anthropic/pdf
Command: npx skills add https://github.com/ErrDivine/LiteCode --skill pdf-errdivine

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 into a CSV file?

To extract structured table data from PDF invoices into a CSV file, this Skill uses pdfplumber to parse binary PDF streams and pull text and table data without manual intervention.

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

Yes, you can automate form filling for both fillable and non-fillable PDF forms programmatically, eliminating tedious manual effort and streamlining administrative workflows.

Does this data extraction approach work with scanned PDF documents?

This data extraction approach parses binary PDF streams using pypdf and pdfplumber for text retrieval, while relying on pdf2image to handle document imaging requirements.

What's the best way to retrieve archival data from PDF documents in bulk?

The best way to retrieve archival data from PDF documents in bulk is applying this Skill to automate text extraction, processing large volumes of files to compile structured outputs.

Do I need Python libraries like pypdf and pdfplumber to parse PDF streams?

Yes, you need the Python libraries pypdf and pdfplumber to parse binary PDF streams, as these dependencies are required for the Skill to extract text and structured data automatically.