pdf-reader

Installation
SKILL.md

PDF Reader

Routing card for hybrid PDF text extraction and rendered-page reading.

Commands

Use uv; do not create a persistent virtualenv.

uv run --with pymupdf SKILL_DIR/scripts/pdf_info.py <path>
uv run --with pymupdf SKILL_DIR/scripts/pdf_extract.py <path> --pages 1-5
uv run --with pymupdf SKILL_DIR/scripts/pdf_search.py <path> "theorem 3.2" --context 3
uv run --with pymupdf SKILL_DIR/scripts/pdf_render.py <path> --pages 3 --dpi 150

Page specs are 1-indexed: all, 1-5, 1,3,7, or 3.

Strategy

Installs
2
Repository
ilude/dotfiles
GitHub Stars
3
First Seen
Jul 14, 2026
pdf-reader — ilude/dotfiles