backfill_figure_text
Fills empty OCR/description fields for note images using only the configured local VLM; resumes safely in bounded batches and keeps failed items queued.
Instructions
Fill empty OCR/description fields using only the configured local VLM.
The call is resumable and bounded to at most 20 notes and 20 images. Each
successful image is committed separately; model failures remain queued.
SB_VISION_BACKEND=local-only is mandatory, so paid fallback is impossible.
Args: note_paths: Explicit vault-relative article paths; at most 20. dry_run: List the next bounded image batch without model calls or writes. note_limit: Maximum supplied notes to inspect; 1 through 20. image_limit: Maximum images to analyse in this call; 1 through 20.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dry_run | No | ||
| note_limit | No | ||
| note_paths | Yes | ||
| image_limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |