pdf

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

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdfplumber, pdf2image, pytesseract, reportlab, qpdf, pdf-lib, pdfjs-dist, 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 text and structured table data from PDF documents?

To extract text and structured table data from PDF documents, this skill uses pypdf and pdfplumber to parse binary PDF streams automatically. It pulls usable text and table data from any PDF, making it ideal for administrative workflows like invoice processing and archival data retrieval.

What is the best way to automate filling out PDF forms?

The best way to automate PDF form filling is programmatically populating both fillable and non-fillable fields. This eliminates manual data entry, saving hours of repetitive effort when processing batches of vendor invoices or digitizing standard administrative forms.

Can I use Python libraries to extract invoice data into a CSV file?

Yes, you can use Python libraries to extract invoice data into a CSV file. This skill automates pulling invoice numbers, dates, and total amounts from multiple PDF documents and compiling them into a single structured CSV file for administrative workflows.

Does this PDF data extraction approach work for form digitization?

Yes, this PDF data extraction approach works for form digitization by automating the retrieval of text and structured data from documents. It applies directly to administrative workflows involving form digitization, invoice processing, and archival data retrieval without manual intervention.

Do I need pypdf and pdfplumber to parse binary PDF streams without manual intervention?

Yes, you need pypdf and pdfplumber to parse binary PDF streams without manual intervention. These Python libraries are required dependencies for the skill to automatically extract text and structured data from PDF documents in administrative workflows.

What are the limitations of using Python for PDF text extraction and form filling?

Limitations of using Python for PDF text extraction and form filling include potential parsing issues with non-fillable forms and complex binary streams. While libraries like pdfplumber and pypdf handle structured data well, highly irregular archival documents may still require manual review.