visual-scrape
Installation
SKILL.md
Extract visuals from a PDF book and contextualize them: $ARGUMENTS
$ARGUMENTS should be a path to a PDF file. Optionally include:
--pages 1-50to limit to a page range--vectorsto also capture vector diagrams (rendered as full-page PNGs)--output-dir path/to/dirto control where images land
If no arguments are given, ask the user for the PDF path.
Step 1 — Extract Images
Run the Python extraction script:
python3 /Users/joshuashepherd/Desktop/Dev/repos/movemental-content-studio/.claude/skills/visual-scrape/extract_visuals.py "<pdf_path>" [flags]