pdf

Extract text and tables from PDFs using pypdf and pdfplumber.

7|2|Updated Apr 30, 2026
One-click install
npx skills add https://github.com/MRWillisT/PullNexus --skill pdf-mrwillist
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: pdf
Source: https://github.com/MRWillisT/PullNexus/tree/main/skills/pdf
Command: npx skills add https://github.com/MRWillisT/PullNexus --skill pdf-mrwillist

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually reading, extracting, and transforming information inside PDF documents, especially when content includes complex layouts like tables or scanned images.

Core Features & Use Cases

  • Extract text and tables from PDFs: Pull readable text and recover structured table data for downstream analysis.
  • Generate and transform PDFs: Split, merge, rotate pages, add watermarks, and protect documents with encryption/passwords.
  • OCR for scanned documents: Convert scanned PDF pages into searchable text using OCR workflows.
  • Use case: You receive a batch of scanned contracts and a few digitally-generated PDFs, then you want consolidated, searchable text plus extracted tables for indexing or research.

Quick Start

Ask the skill to extract text and tables from input.pdf and produce a structured summary for each page.

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

To extract text and tables from a PDF, this Skill uses libraries like pypdf and pdfplumber to read document structures and recover structured table data for downstream analysis. It pulls readable text and transforms content into usable formats deterministically.

Can I run OCR on scanned PDF documents locally?

Yes, you can run OCR on scanned PDF documents locally to convert pages into searchable text. This Skill applies local processing workflows for document digitization without relying on external cloud services.

What is the best way to merge, split, or rotate PDF pages?

The best way to merge, split, or rotate PDF pages is using this Skill's local transformation features. It leverages common CLI utilities and libraries to write new or modified PDFs deterministically for your workflow.

Does this PDF processing tool require any external dependencies?

No, this PDF processing tool requires no external dependencies. It operates entirely locally using built-in libraries and common CLI utilities to read structures and write modified documents.

How do I add watermarks or encrypt a PDF file?

To add watermarks or encrypt a PDF file, this Skill transforms documents by applying protection with passwords and adding visual markers. It modifies and writes new PDFs deterministically using local utilities.