Discover and explore top open-source AI tools and projects—updated daily.
pengjunchi0Reconstructs research paper figures into editable Visio diagrams
Top 68.1% on SourcePulse
This project provides a Codex Skill for researchers to convert reference images, screenshots, or AI-generated figures into editable Microsoft Visio .vsdx files. It aims to streamline the scientific illustration workflow by enabling detailed adjustments to figures, ensuring consistency with paper styles, and facilitating export to common delivery formats like PNG, SVG, PDF, and PPTX. The primary benefit is transforming static images into dynamic, editable assets for publication.
How It Works
The skill employs PowerShell scripts that interact with Microsoft Visio via COM Automation to meticulously reconstruct figures. Instead of embedding source images, it rebuilds diagrams using native Visio shapes, text, lines, and groups. This approach ensures that the final .vsdx file is fully editable, allowing granular control over layout, styling, and content. For complex multi-panel figures, version 1.1.1 introduces coordinate calibration and helper functions to manage local panel coordinates, preventing element displacement and overlap.
Quick Start & Requirements
git clone https://github.com/pengjunchi0/codex-visio-paper-figure-skill.git "$env:USERPROFILE\.codex\skills\visio-image-rebuilder".https://github.com/pengjunchi0/codex-visio-paper-figure-skillHighlighted Details
.vsdx formats..vsdx master.Maintenance & Community
DrawCube, DrawHeatmap), scripts for reading reference image dimensions, and shape inventory analysis tools for .vsdx files.Licensing & Compatibility
Limitations & Caveats
The skill is best suited for schematic diagrams like models, architectures, and flowcharts. It is less appropriate for charts containing precise numerical data, where script-based plotting is recommended. It does not perform general image editing, background removal, or simple image insertion into Visio. Full automation is contingent on having Microsoft Visio installed.
2 weeks ago
Inactive
QwenLM