pdf

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

1|5|Updated Sep 12, 2025
One-click install
npx skills add https://github.com/MUME/wiki --skill pdf-mume
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/MUME/wiki/tree/main/_pages
Command: npx skills add https://github.com/MUME/wiki --skill pdf-mume

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 data from PDF invoices?

You can extract structured table data and text from PDFs automatically by using this Skill to parse binary PDF streams with pdfplumber, pulling invoice numbers and totals directly into a usable CSV format.

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 data to PDF documents, eliminating the need for tedious manual data entry workflows.

Does this PDF data extraction approach work with scanned documents?

This PDF data extraction approach parses binary PDF streams for text and structured table data using pypdf and pdfplumber. It processes digital PDF text directly and does not explicitly mention OCR capabilities for scanned image layers.

What is the best way to automate text extraction from multiple PDF files?

The best way to automate text extraction from multiple PDF files is using this Skill to batch parse binary PDF streams. It retrieves text and archival data without manual intervention, compiling outputs into a single usable format.

Do I need Python libraries installed to extract structured table data from PDFs?

Yes, you need the pypdf and pdfplumber Python libraries installed in your environment. These dependencies are required to parse binary PDF streams and successfully extract structured table data without manual intervention.