pdf

Extracts text and structured data from PDFs using Python libraries like pypdf and pdfplumber.

Updated Mar 17, 2026
One-click install
npx skills add https://github.com/RYN6666999/meta-agent --skill pdf-ryn6666999
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/RYN6666999/meta-agent/tree/main/.agents/skills/huashu-nuwa
Command: npx skills add https://github.com/RYN6666999/meta-agent --skill pdf-ryn6666999

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 text and structured table data from PDF invoices?

To extract structured PDF data, this Skill uses pdfplumber and pypdf to parse binary streams without manual intervention. It automates administrative workflows like invoice processing by pulling invoice numbers, dates, and amounts into usable formats for immediate compilation into a CSV file.

Can I programmatically fill out non-fillable PDF forms?

Yes, you can programmatically fill out non-fillable PDF forms. This Skill automates form digitization by applying Python libraries to populate both fillable and non-fillable PDF documents, eliminating tedious manual data entry and repetitive effort across administrative workflows.

Do I need Python libraries like pypdf and pdfplumber to parse PDF streams?

Yes, you need pypdf and pdfplumber to parse binary PDF streams. These Python libraries are required dependencies for the Skill to automate text extraction and structured data retrieval from PDF documents without manual intervention.

What is the best way to compile structured PDF data into a single CSV file?

The best way to compile structured PDF data into a single CSV file is using this Skill's automated extraction. It processes multiple documents like vendor invoices, extracts target fields, and aggregates them into one usable CSV file for administrative archival and processing.

Does pdf2image work with pdfplumber for archival data retrieval?

Yes, pdf2image works with pdfplumber for archival data retrieval. This Skill integrates pdf2image alongside pypdf and pdfplumber to handle PDF document processing, enabling automated text and structured data extraction from archival PDF files.

Why does automated PDF form filling fail on certain binary documents?

Automated PDF form filling fails when binary streams are corrupted or lack structural markers. This Skill parses binary PDF streams using pypdf and pdfplumber, so non-standard document structures or encrypted files may limit successful form digitization and text extraction.