What problem does it solve? Raster figures generated by image models (e.g., gpt-image schematics) cannot be edited: labels, subscripts, and text are baked into pixels. This Skill converts a single PNG/JPG figure into a publication-ready artifact where the graphics stay pixel-exact while every text label becomes a genuinely editable text element. ## Core Features & Use Cases - Key-free hybrid vectorization: Local perception (SAM3 region detection + PaddleOCR + Box-IR layout) followed by a deterministic build that keeps the approved render pixel-exact and overlays editable text, exported as self-contained SVG, vector PDF, and editable PPTX (~0.91 SSIM). - GPT-vision text correction: Per-region transcription fixes OCR-dropped subscripts and casing, rendered as real baseline-shifted sub/superscript runs. - Measured quality gates: SSIM/region/OCR scoring, editability verification, and honest stop conditions (PASS / REVIEW_REQUIRED / FAILED) with mandatory human approval. - Use Case: You have an approved method-overview schematic PNG for a paper. Run the hybrid pipeline to get an editable SVG/PDF/PPTX where reviewers can fix labels, while the figure's visual richness is preserved exactly. ## Quick Start Convert my approved figure schematic.png into an editable hybrid SVG, PDF, and PPTX using the key-free DrawAI pipeline.