name: extract-pdf-text description: Extract text content from PDF files using pdfplumber. Use when asked to "extract text from PDF", "read PDF contents", or "get text from this PDF file".
Extract PDF text
Usage
./scripts/extract.py <path-to-pdf>
./scripts/extract.py <path-to-pdf> --page 0 # specific page (0-indexed)
Dependencies are resolved automatically via PEP 723 inline metadata.