pdf

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

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

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 automate data extraction from PDF invoices without manual intervention?

Automating data extraction from PDF invoices uses Python libraries like pypdf and pdfplumber to parse binary PDF streams, pulling invoice numbers and totals into a structured CSV file without manual data entry.

Can I programmatically fill out both fillable and non-fillable PDF forms?

Yes, you can programmatically fill both fillable and non-fillable PDF forms. This Skill automates form digitization by injecting data into PDF documents, eliminating the tedious manual work of repetitive data entry.

What's the best way to extract structured table data from a PDF document?

The best way to extract structured table data from a PDF document is using the pdfplumber Python library, which parses binary PDF streams to pull text and table data into usable formats for administrative workflows.

Do I need Python dependencies installed to parse PDF documents for archival data retrieval?

Yes, you need the pypdf, pdfplumber, and pdf2image Python dependencies installed in your environment to parse binary PDF streams and retrieve archival data without manual intervention.

Does this approach work for extracting text from scanned PDF documents?

This approach extracts text and structured data from PDF documents using pypdf and pdfplumber to parse binary PDF streams, applying to administrative workflows like invoice processing and archival data retrieval.

Why does extracting structured data from PDF forms save time in administrative workflows?

Extracting structured data from PDF forms saves time by automating the parsing of binary PDF streams, transforming unstructured document content into usable formats like CSV files, which eliminates hours of repetitive manual effort.