batch-picture-to-md

Batch process research figure images into layout and analysis reports.

Updated Mar 6, 2026
One-click install
npx skills add https://github.com/ghjghjghkimo/skills --skill batch-picture-to-md
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: batch-picture-to-md
Source: https://github.com/ghjghjghkimo/skills/tree/main/.gemini/skills/batch-picture-to-md
Command: npx skills add https://github.com/ghjghjghkimo/skills --skill batch-picture-to-md

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Batch Picture to MD workflow automates batch processing of image assets from pdf-ocr outputs, turning manual picture-to-md steps into a streamlined, automated Agent-driven process for organizing, auditing, and reporting.

Core Features & Use Cases

  • Automated environment discovery and task allocation for image artifacts (image_*.png) in artifacts/.
  • Visual layout determination, annotation generation, and self-calibration to ensure bounding boxes cover content.
  • Optional multi-agent orchestration for long tasks and batch grouping to optimize token usage.

Quick Start

Process all eligible images in artifacts/ to generate per-image layout and analysis outputs.

Frequently Asked Questions about batch-picture-to-md

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate batch image layout analysis for research reports?▼

Batch image layout analysis is automated by processing research figure images from pdf-ocr artifacts to infer layouts, perform visual auditing, and generate per-image analysis reports. The workflow groups images into batches and delegates long tasks to a generalist agent.

What is the best way to convert multiple pdf-ocr image artifacts into a markdown report?▼

Multiple pdf-ocr image artifacts are converted into a markdown report by batching 3-5 images per group, generating safe JSON for per-image layout analysis, and merging the results into a final report.

Can I use batch processing for research figure images with a multi-agent workflow?▼

Yes, batch processing for research figure images supports an optional multi-agent orchestration workflow. It delegates long tasks to a generalist agent and groups images to optimize token usage during analysis.

Does automated layout inference work with images stored in artifacts directories?▼

Automated layout inference works with image artifacts, specifically targeting files like image_*.png within the artifacts/ directory. It performs visual layout determination and self-calibration to ensure bounding boxes cover content.

Why does the visual audit require safe JSON generation before merging into a final report?▼

The visual audit requires safe JSON generation to ensure structured per-image analysis and prevent parsing errors before merging. This validates automated layout inference and annotation generation into a final report.

What are the limitations of batch grouping for image layout determination?▼

Batch grouping for image layout determination limits processing to 3-5 images per batch to optimize token usage. Long tasks require delegation to a generalist agent, which may increase overall processing time.