Slide Figure Extractor banner
serbestonline serbestonline

Slide Figure Extractor

Development community

Description

--- name: slide-figure-extractor description: Extract figures from lecture slide PDFs and embed them into Anki flashcard Fronts. Detects the figure region on each slide, crops away the title and citation, renders it as JPEG, attaches it to the matching card, and installs the media into Anki. Course-agnostic. Inherits card and TSV rules from flashcard-generator.md. inherits: flashcard-generator.md --- # Slide Figure Extractor Lecture slides carry diagrams, micrographs, waveforms, scans, and for

Installation

Installs to ~/.claude/skills/serbestonline-cerebro-slide-figure-extractor/SKILL.md

Terminal
mkdir -p ~/.claude/skills/serbestonline-cerebro-slide-figure-extractor && curl -fsSL https://raw.githubusercontent.com/serbestonline/Cerebro/HEAD/skills/slide-figure-extractor.md -o ~/.claude/skills/serbestonline-cerebro-slide-figure-extractor/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository