pdf

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

83|20|Updated Apr 16, 2026
One-click install
npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill pdf-nvidia-tao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/NVIDIA-TAO/tao-skill-bank/tree/main/templates/skill-skeleton/workflow
Command: npx skills add https://github.com/NVIDIA-TAO/tao-skill-bank --skill pdf-nvidia-tao

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

To extract text and structured table data from PDF invoices, you can use Python libraries like pypdf and pdfplumber to parse binary PDF streams without manual intervention. This process automates pulling invoice numbers, dates, and amounts into usable formats.

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. This automation allows you to generate completed documents automatically for administrative workflows, eliminating tedious manual data entry.

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

The best way to automate data extraction from archival PDF documents is using Python libraries like pypdf and pdfplumber. This approach parses binary PDF streams directly to retrieve archival text and structured data without manual effort.

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

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

How do I compile extracted PDF data into a single CSV file?

To compile extracted PDF data into a single CSV file, you extract structured table data from multiple documents using pdfplumber, then aggregate the parsed text and values into one usable CSV format for administrative workflows.