Export deterministic component-level OCR evidence for one transparent or semi-transparent image by splitting alpha-connected components, writing a component table, and running OCR on each component. Use when bounded component evidence must be exported before any downstream refinement or caption rerun.
Extract bounded OCR evidence from local image files with macos-ocr-mcp, using macOCR only as a fallback reference when MCP coverage is insufficient. Use when downstream refinement or review needs visible-text evidence, not final semantic decisions.
Wrap object-isolation correction as a repo-specific workflow. Use when a local image already exists, the current isolation result is imperfect, and the next step is to choose between ImageSorcery-first, imagegen-first, or a hybrid correction path with a bounded correction packet and worker run.
Promote a bounded parser raw sidecar artifact into the canonical Table -> Row -> Cell schema. Use when a parser MCP returned markdown plus nested JSON sidecars and the project must normalize that output before any downstream wrapper, worksheet, or RAG consumer reads it.
Triage a bounded batch of PPT-extracted images to find the small subset that is mechanically sufficient for alpha-only component splitting. Use when conservative preprocessing is required and only review-gated deterministic candidates should advance beyond the full-image baseline.
Operate an existing markdown review surface in VS Code with fabriqa for same-page image editing and Foam for backlinks and graph navigation, without redefining machine-truth semantics.
Dispatch one-image-per-worker jobs for the presentation image pipeline. Use when you need to register image jobs, fan out isolated Codex subagents, and keep MCP state as the source of truth.
Audit completed image jobs and export frozen comparison bundles from evidence-backed records. Use when you need approval candidates, retry candidates, comparison summaries, or auto-eval outputs without mutating upstream artifacts.