- Convert inkml to image
use it by direct import
import inkml2img, glob, os
inkml2img.inkml2img('path/to/file/example.inkml','./path/to/destination/example.png')- Convert latex to image uses matplotlib to plot latex and save to image see inkml2img.latex2img function
Inkml Data can be found in CROHME competition open dataset
*inkml trace extraction credits to rep: https://github.com/ThomasLech/CROHME_extractor
