Now liveThe Skillselion MCP - thousands of ranked skills, loaded into your agent mid-task. No install.Get it →
tencent avatar

Pdf Processing

  • 5 installs
  • 19.4k repo stars
  • Updated August 4, 2026
  • tencent/weknora

Helps with ai & agent building tasks during AI-assisted development.

About

pdf-processing is a Claude Code skill for ai & agent building. It helps solo builders move faster with AI-assisted coding.

  • pdf-processing
  • AI & Agent Building
  • AI-coding skill

Pdf Processing by the numbers

  • 5 all-time installs (skills.sh)
  • Ranked #13,046 of 16,546 AI & Agent Building skills by installs in the Skillselion catalog
  • Data as of Aug 5, 2026 (Skillselion catalog sync)
npx skills add https://github.com/tencent/weknora --skill pdf-processing

Add your badge

Show developers this skill is listed on Skillselion. Paste this into your README.

Listed on Skillselion
Installs5
repo stars19.4k
Last updatedAugust 4, 2026
Repositorytencent/weknora

What it does

Helps with ai & agent building tasks during AI-assisted development.

Files

SKILL.mdMarkdownGitHub ↗

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

1. Text Extraction: Extract text content from PDF pages 2. Table Extraction: Extract tabular data from PDFs 3. Form Filling: Fill PDF forms with provided data 4. Document Merging: Combine multiple PDFs into one

Advanced Features

Form filling: See FORMS.md for complete guide

Utility scripts:

  • Run scripts/analyze_form.py to extract form fields
  • Run scripts/extract_text.py to extract text from a PDF

Best Practices

1. Always validate PDF files before processing 2. Handle password-protected PDFs gracefully 3. Check for scanned PDFs that may require OCR

Related skills

This week in AI coding

Five minutes, every Monday - the tools, releases and tactics for developers.

unsubscribe anytime.