pdf-processing

Installation
SKILL.md

PDF Processing Skill

This skill provides capabilities 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()

Capabilities

Text Extraction

  • Extract text from single or multiple pages
Related skills
Installs
7
Repository
0xkynz/codekit
First Seen
Mar 3, 2026