PDF Processing

Extract text and tables from PDF files, fill forms, merge documents. Use when working with PDF files or when the user mentions PDFs, forms, or document extraction.

nix-community c64826c 401 B Updated

File contents

PDF Processing

Quick start

Use pdfplumber to extract text from PDFs:

import pdfplumber

with pdfplumber.open("document.pdf") as pdf:
    text = pdf.pages[0].extract_text()

nix-community/home-manager/tree/main/tests/modules/programs/antigravity-cli/skills/pdf-processing commit c64826c416

Frequently asked questions

npx skillmds@latest add nix-community/pdf-processing