pdf

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

5|2|Updated Mar 15, 2026
One-click install
npx skills add https://github.com/s-andthat/palantir-ai-fde-library --skill pdf-s-andthat
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/s-andthat/palantir-ai-fde-library/tree/main
Command: npx skills add https://github.com/s-andthat/palantir-ai-fde-library --skill pdf-s-andthat

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 programmatically?

To extract structured table data from PDF invoices, use pdfplumber to parse the binary PDF streams. This automates pulling invoice numbers, dates, and totals into a usable CSV format without manual intervention.

What is the best way to automate filling out both fillable and non-fillable PDF forms?

Automating PDF form filling is handled by programmatically populating both fillable and non-fillable PDF fields. This eliminates tedious manual data entry and repetitive administrative form digitization workflows.

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

Yes, you need pypdf and pdfplumber to parse binary PDF streams for text extraction. These Python libraries are required dependencies to automate archival data retrieval and document processing without manual intervention.

Can I use this approach for administrative workflows involving form digitization at scale?

Yes, you can use this approach for administrative workflows involving form digitization at scale. It automates extracting text and structured data from hundreds of documents, compiling the results into a single CSV file.

Does pdf2image work with pypdf and pdfplumber for processing archival data?

Yes, pdf2image works alongside pypdf and pdfplumber for processing archival data. These dependencies combine to parse binary PDF streams and handle document processing tasks like archival data retrieval.