pdf

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

Updated Apr 13, 2026
One-click install
npx skills add https://github.com/Cao-R/SamrtEmailAssistantAgents --skill pdf-cao-r
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/Cao-R/SamrtEmailAssistantAgents/tree/main/skills/pdf
Command: npx skills add https://github.com/Cao-R/SamrtEmailAssistantAgents --skill pdf-cao-r

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?

To extract structured table data from PDF invoices, this Skill uses pdfplumber to parse binary PDF streams and pull text into usable formats without manual intervention. It automates invoice processing by retrieving specific fields like invoice numbers and totals.

Can I programmatically fill non-fillable PDF forms?

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

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

Yes, you need Python libraries to extract text from PDF documents. This Skill requires pypdf and pdfplumber to parse binary PDF streams and retrieve archival data automatically without manual intervention.

What is the best way to automate PDF data extraction for administrative workflows?

The best way to automate PDF data extraction for administrative workflows is using a Skill that leverages pypdf and pdfplumber to parse binary streams. It compiles extracted text and structured data into usable formats like CSV files.

Does pdfplumber work with pdf2image for form digitization?

Yes, pdfplumber works with pdf2image for form digitization. They are included as dependencies to parse binary PDF streams and apply programmatic filling to both fillable and non-fillable forms without manual intervention.