pdf

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

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

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, this Skill parses binary PDF streams using pdfplumber. It automatically pulls invoice numbers, dates, and totals, compiling the extracted information into usable formats like CSV without manual data entry.

Can I programmatically fill out non-fillable PDF forms?

Yes, you can programmatically fill out non-fillable PDF forms. This Skill automates the population of both fillable and non-fillable PDF documents by manipulating binary PDF streams directly, eliminating the need for manual form typing and repetitive administrative data entry.

Do I need pypdf and pdfplumber to extract text from PDF documents?

Yes, you need pypdf and pdfplumber to extract text from PDF documents using this Skill. These Python libraries are required dependencies for parsing binary PDF streams and retrieving archival data without manual intervention.

What is the best way to digitize administrative PDF forms in bulk?

The best way to digitize administrative PDF forms in bulk is using automated Python parsing. This Skill processes large volumes of invoices and forms, extracting text and structured data directly from binary PDF streams for archival retrieval and workflow automation.

Does pdf2image support converting PDF documents for data extraction?

pdf2image supports converting PDF documents into image formats as part of the data extraction pipeline. This Skill integrates pdf2image alongside pypdf and pdfplumber to parse complex binary PDF streams and retrieve structured data.

Why does PDF text extraction fail on scanned archival documents?

PDF text extraction fails on scanned archival documents when there is no embedded text layer to parse. This Skill processes binary PDF streams using pdfplumber and pypdf, which require digital text, though pdf2image can convert pages for alternate processing.