pdf

Extract text and structured data from PDFs using Python libraries.

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

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

To extract structured table data from PDF files, this Skill parses binary streams using pdfplumber and pypdf. It automates pulling text and table data into usable formats like CSV without manual effort, streamlining administrative workflows.

Can I automate filling out non-fillable PDF forms?

Yes, you can automate filling non-fillable PDF forms. This Skill programmatically populates both fillable and non-fillable PDF documents, eliminating tedious manual data entry and saving hours of repetitive administrative effort.

What's the best way to process 100 vendor invoices in PDF format?

The best way to process vendor invoices in PDF format is using this Skill to automatically extract invoice numbers, dates, and total amounts. It compiles structured data from multiple documents into a single CSV file for administrative workflows.

Do I need Python libraries installed to extract text from PDF documents?

Yes, you need Python libraries installed to extract text from PDF documents. This Skill requires pypdf and pdfplumber to parse binary PDF streams, along with pdf2image, to automate data extraction without manual intervention.

Does pdf2image support converting PDF pages for archival data retrieval?

Yes, pdf2image supports converting PDF pages for archival data retrieval. It works alongside pypdf and pdfplumber to parse binary streams, enabling comprehensive text and structured data extraction from complex document formats.