PDF Processing
See docs/INDEX.md for complete instructions.
Quick Start
Extract text:
import pdfplumber
with pdfplumber.open("file.pdf") as pdf:
text = pdf.pages[0].extract_text()
Extract text and tables from PDFs, fill forms, merge documents. Use when working with PDF files, forms, or document extraction.
npx skillmds@latest add ever-just/pdf-processing See docs/INDEX.md for complete instructions.
Extract text:
import pdfplumber
with pdfplumber.open("file.pdf") as pdf:
text = pdf.pages[0].extract_text()
ever-just/agentskills/tree/main/skills/white-paper-writing/blastum-skill-authoring/examples/complex commit eb2a8dbc0c