DEV Community

Loveocr
Loveocr

Posted on

Diagram Mermaid

Mermaid is great for documentation because diagrams can live alongside code.
But manually recreating an existing flowchart in Mermaid can be tedious.
That's an interesting use case for image understanding.
If a flowchart already exists as an image, a conversion tool can potentially help turn the visual structure into Mermaid syntax.
It doesn't remove the need to check the result.

Top comments (0)