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
5
Repository
tencent/weknora
GitHub Stars
15.1K
First Seen
Apr 7, 2026
pdf-processing — tencent/weknora