pdf

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

21|2|Updated May 11, 2026
One-click install
npx skills add https://github.com/rongxinzy/RongxinAI --skill pdf-rongxinzy
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/rongxinzy/RongxinAI/tree/main/SKILLs/pdf
Command: npx skills add https://github.com/rongxinzy/RongxinAI --skill pdf-rongxinzy

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 into a CSV file?

To extract structured table data from PDF invoices into a CSV file, this Skill uses pdfplumber and pypdf to parse binary streams and pull text without manual intervention. It compiles extracted fields into usable formats for administrative workflows.

Can I programmatically fill out both fillable and non-fillable PDF forms?

Yes, you can programmatically fill out both fillable and non-fillable PDF forms. The Skill automates form digitization by applying data to PDF documents, eliminating the tedious manual work of repetitive data entry for administrative workflows.

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

Yes, you need pypdf and pdfplumber installed to parse binary PDF streams. These dependencies are required by the Skill to extract text and structured data automatically without manual intervention during document processing.

What is the best way to automate text extraction from archival PDF documents?

The best way to automate text extraction from archival PDF documents is using this Skill to parse binary streams via pypdf and pdfplumber. It retrieves archival data automatically, bypassing manual effort and streamlining administrative workflows.

Why does my PDF form filling automation fail on scanned document images?

PDF form filling automation fails on scanned document images because scanned files are image-based, lacking embedded text fields. This Skill parses binary PDF text streams using pdfplumber, requiring digital text rather than rasterized image content to extract data successfully.