extract_paper_figures
Extracts figures from cached PDFs, matches them with captions, and saves the raster images to a vault directory for reuse.
Instructions
캐시된 PDF에서 caption 매칭된 raster figure를 vault에 저장 (ADR-010, ADR-015, ADR-016).
저장 위치: vault/papers/<slug>/figures/fig_<n>.png. slug 미지정 시 arxiv_id를
fallback (legacy 호환).
Args: paper_id: arXiv ID (예: "2301.12597") — PDF 캐시 검색용. slug: vault 디렉토리명 (title-slug). 비우면 arxiv_id 사용.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| paper_id | Yes | ||
| slug | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |