pdf

Extract text and tables from PDFs using Python libraries like pypdf/pdfplumber.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/brainworkup/skills --skill pdf-brainworkup
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/brainworkup/skills/tree/main/neuropsych-reports/references/luria-related-complement-skills/pdf
Command: npx skills add https://github.com/brainworkup/skills --skill pdf-brainworkup

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates comprehensive PDF handling to reduce manual drudgery across document workflows, including reading, text extraction, merging, splitting, and form operations.

Core Features & Use Cases

  • Read and extract text and tables from PDFs, and OCR scanned documents
  • Merge, split, rotate pages, and apply watermarks to create consolidated documents
  • Fill forms, encrypt/decrypt, and extract images; create new PDFs from templates or data

Quick Start

Extract all text from a PDF or merge multiple PDFs into a single document.

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 PDF for data processing?

Extracting text and tables from a PDF involves reading document structures and identifying table layouts. This Skill automates text and table extraction from varied PDFs, providing structured data outputs ready for downstream processing workflows.

Can I merge multiple PDFs and apply watermarks in one step?

Yes, merging multiple PDFs and applying watermarks can be done together. This Skill automates document assembly including merging, splitting, and rotating pages, while also applying custom watermarks to create consolidated, annotated outputs in a single workflow.

Does PDF processing work for scanned documents requiring OCR?

PDF processing for scanned documents requires OCR to recognize text within images. This Skill integrates OCR capabilities to read and extract text from scanned PDFs, transforming image-based pages into searchable and machine-readable text data.

What is the best way to fill forms and encrypt PDF files automatically?

The best way to fill forms and encrypt PDF files automatically is through a programmatic library handling document operations. This Skill automates form filling and applies encryption or decryption to secure your PDF documents without manual editing software.

Do I need Python libraries installed to extract images and create PDFs?

Yes, Python libraries like pypdf, pdfplumber, pdf2image, and reportlab are required. This Skill integrates these dependencies to perform deterministic operations like extracting images from existing PDFs and generating new PDFs from templates or raw data.