pdf

Extracts text and structured data from PDF documents using Python libraries.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/bowoxdaily/SistemAbsensi-ptmingda --skill pdf-bowoxdaily
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/bowoxdaily/SistemAbsensi-ptmingda/tree/main/.windsurf/skills/pdf
Command: npx skills add https://github.com/bowoxdaily/SistemAbsensi-ptmingda --skill pdf-bowoxdaily

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 a PDF without manual intervention?

To extract text and structured table data from a PDF without manual intervention, this Skill uses pypdf and pdfplumber to parse binary streams and pull content into usable formats.

Can I automate PDF form filling for both fillable and non-fillable documents?

Yes, you can automate PDF form filling for both fillable and non-fillable documents. This Skill programmatically populates forms to eliminate repetitive manual data entry tasks.

What is the best way to extract invoice numbers and totals from multiple PDF files into a single CSV?

The best way to extract invoice numbers and totals from multiple PDF files into a single CSV is using this Skill's data extraction capabilities to compile structured data automatically.

Does this PDF data extraction approach require Python libraries like pypdf and pdfplumber to run?

Yes, this PDF data extraction approach requires the Python libraries pypdf and pdfplumber to run. It also utilizes pdf2image to parse binary streams.

Are there limitations when parsing scanned archival PDF documents for data retrieval?

Limitations may arise when parsing scanned archival PDF documents for data retrieval. While this Skill uses pdf2image to handle document images, complex binary streams without embedded text might require additional OCR preprocessing.