pdf-processor

star 619

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.

lofcz By lofcz schedule Updated 10/19/2025

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

Install via CLI
npx skills add https://github.com/lofcz/LLMTornado --skill pdf-processor
Repository Details
star Stars 619
call_split Forks 106
navigation Branch main
article Path SKILL.md
More from Creator