pdf

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

2|Updated Jun 21, 2026
One-click install
npx skills add https://github.com/CommonCapital/Manus-ai_clone --skill pdf-commoncapital
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/CommonCapital/Manus-ai_clone/tree/main/public/deep-agent/skills/pdf
Command: npx skills add https://github.com/CommonCapital/Manus-ai_clone --skill pdf-commoncapital

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

To extract text and structured data from PDF documents, this Skill uses Python libraries like pypdf and pdfplumber to parse binary PDF streams without manual intervention. It pulls text and table data into usable formats for administrative workflows.

Can I automate filling out both fillable and non-fillable PDF forms?

Yes, you can automate form filling for both fillable and non-fillable PDF forms. This Skill programmatically populates document fields to eliminate tedious manual work, saving hours of repetitive effort across administrative workflows.

What is the best way to process 100 vendor invoices and compile the data into a CSV?

The best way to process vendor invoices and compile data into a CSV is using this Skill to automatically extract the invoice number, date, and total amount from each PDF document, consolidating structured data into a single file.

Do I need pypdf and pdfplumber to parse binary PDF streams?

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

Does this PDF data extraction Skill support retrieving archival data?

Yes, this PDF data extraction Skill supports retrieving archival data. It applies to administrative workflows involving form digitization and archival data retrieval, pulling text and structured table data from any PDF document.

What are the limitations when using pdfplumber for data extraction?

When using pdfplumber for data extraction, the Skill is limited to parsing binary PDF streams and pulling text and structured table data. It does not process non-PDF formats and requires Python dependencies to function.