pdf

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

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

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 automatically?

To extract structured table data from PDF invoices automatically, this Skill parses binary PDF streams using pdfplumber to pull text and tables without manual intervention. It compiles invoice numbers, dates, and totals into formats like CSV for administrative workflows.

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 manual effort of data entry across administrative documents.

Do I need pypdf and pdfplumber to parse binary PDF streams for data extraction?

Yes, you need pypdf and pdfplumber to parse binary PDF streams for data extraction. These required Python dependencies enable the Skill to automatically retrieve text and structured data from archival documents without manual intervention.

What's the best way to digitize 100 vendor invoices and compile totals into a CSV?

The best way to digitize 100 vendor invoices and compile totals into a CSV is using automated Python scripts. This Skill extracts the invoice number, date, and total amount from each PDF document and compiles them into a single file.

How does pytesseract handle PDF data extraction when text is not selectable?

When text is not selectable, pytesseract handles PDF data extraction by applying optical character recognition to images converted from PDF pages. The pdf2image dependency transforms documents into images, allowing pytesseract to retrieve archival data.