What problem does it solve? Academic papers embed figures inside PDFs, making it tedious to manually screenshot or crop charts, schemes, and sub-figure panels for reuse in presentations, notes, or analysis. ## Core Features & Use Cases - Automatic figure detection: Locates Figure/Fig./Scheme/Chart/Supplementary/Extended Data captions (including Chinese equivalents like 图/方案/补充图) and computes precise image boundaries using a three-engine pipeline (native PyMuPDF extraction, CV region detection, caption-anchored fallback). - Sub-figure splitting: Splits composite figures into labeled panels (a), (b), (c) using white-space analysis plus Tesseract or EasyOCR label recognition. - High-quality output: Renders at configurable DPI (default 600) in PNG or JPG, with whitespace trimming and text-only content rejection. - Use Case: Given a Nature paper PDF, run the CLI to list all figures, then extract Figure 2 sub-panel c as a publication-ready 600 DPI PNG. ## Quick Start Ask the agent to extract Figure 2 sub-figure c from paper.pdf into a PNG file using the sci-figure skill.