Extracts text and tables from PDF files, fills forms, and merges documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
Installation
Details
Usage
After installing, this skill will be available to your AI coding assistant.
Verify installation:
skills listSkill Instructions
name: pdf-processor description: Extracts text and tables from PDF files, fills forms, and merges documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.
PDF Processing
Quick start
Extract text with pdfplumber:
import pdfplumber
with pdfplumber.open("file.pdf") as pdf:
text = pdf.pages[0].extract_text()
Advanced features
Form filling: See FORMS.md for complete guide API reference: See REFERENCE.md for all methods Examples: See EXAMPLES.md for common patterns
More by lofcz
View allGenerates comprehensive code tutorials on LlmTornado API formatted for Medium publication with examples, explanations, and best practices.
Generates Anthropic Skills with complete workflow including GitHub PR creation and local download verification.
Generates complete Anthropic SKILL packages with proper structure, documentation, and automated download verification.
Compiles comprehensive company product context from PDF documents, web research, and industry knowledge
