skills/smithery.ai/pdf-processing

pdf-processing

Installation
SKILL.md

PDF Processing

This skill provides utilities for working with PDF documents.

Quick Start

Use pdfplumber to extract text from PDFs:

import pdfplumber

with pdfplumber.open("document.pdf") as pdf:
    text = pdf.pages[0].extract_text()
    print(text)

Available Operations

Installs
11
First Seen
Mar 14, 2026
pdf-processing from smithery.ai