pdf

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

Updated Feb 28, 2026
One-click install
npx skills add https://github.com/huyansheng3/ppt-skills --skill pdf-huyansheng3
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/huyansheng3/ppt-skills/tree/main/skills/pdf
Command: npx skills add https://github.com/huyansheng3/ppt-skills --skill pdf-huyansheng3

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, pytesseract, 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 without manual data entry?

Extract structured table data from PDF invoices by parsing binary streams with pdfplumber, pulling text and tabular invoice details into usable formats like CSV without manual intervention.

Can I programmatically fill out PDF forms including non-fillable documents?

Programmatically fill PDF forms by automating both fillable and non-fillable document fields, eliminating repetitive manual typing and streamlining administrative workflows.

What's the best way to extract text from scanned PDF documents for archival data retrieval?

Extract text from scanned PDFs for archival retrieval by converting pages with pdf2image and applying pytesseract OCR to recognize and pull text from image-based documents.

Does pypdf support parsing binary PDF streams for automated document processing?

Pypdf supports parsing binary PDF streams to automate document processing, extracting raw text and structured data directly from files without requiring manual file conversions.

How do I digitize 100 vendor invoices and compile the extracted data into a single CSV file?

Digitize vendor invoices by using automated extraction to pull invoice numbers, dates, and total amounts from each PDF, compiling the structured outputs into a single CSV file.