pdf

Automate PDF text extraction, merging, form filling, and OCR with Python libraries.

1|Updated May 5, 2026
One-click install
npx skills add https://github.com/kollaborai/kollab --skill pdf-kollaborai
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/kollaborai/kollab/tree/main/bundles/skills/pdf
Command: npx skills add https://github.com/kollaborai/kollab --skill pdf-kollaborai

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires pypdf, pdf2image, Pillow, pdfplumber, and includes scripts (resource) components.

What problem does it solve?

Manually processing PDFs—extracting text, merging files, filling forms, or digitizing scanned documents—is slow, repetitive, and error-prone. This skill automates all common PDF tasks so you can complete document work in seconds without clunky desktop software or manual copy-pasting.

Core Features & Use Cases

  • Full PDF manipulation: Merge, split, rotate, watermark, encrypt/decrypt, and extract images from PDFs of any size.
  • Structured data extraction: Pull text and tabular data from both digital and scanned PDFs, with OCR support for unsearchable files.
  • Automated form filling: Fill both native fillable PDF forms and non-fillable scanned forms with precise, validated coordinate placement.
  • Use case: If you need to process 100 employee onboarding forms, use this skill to auto-populate each form with candidate data and export the completed documents in bulk.

Quick Start

Use the pdf skill to extract all text and tables from the annual financial report PDF and save the table data to a structured Excel file.

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 tables from a scanned PDF using OCR?

PDF form filling can populate both native fillable forms and non-fillable scanned documents. It places data using precise, validated coordinates to automate bulk document generation for workflows like employee onboarding.

What is the best way to merge, split, or watermark multiple PDF files in bulk?

Yes, structured data extraction can pull tabular data from digital PDFs and export it to a structured Excel file. It parses annual financial reports and invoices to generate organized spreadsheet outputs.

Does this PDF automation tool require any manual desktop software to process documents?

Yes, you can rotate, encrypt, decrypt, and extract images from PDFs. It supports full document manipulation across administrative, legal, finance, and research workflows to manage files without manual copy-pasting.

Why does text extraction fail on my scanned PDF and how can I digitize it?

Text extraction fails on scanned PDFs because they lack a searchable digital text layer. This skill digitizes these unsearchable files using OCR technology to recognize and extract the embedded text.