X-rayLaser / pytorch-handwriting-synthesis-toolkit

Handwriting generation and handwriting synthesis as described in Alex Graves's paper https://arxiv.org/abs/1308.0850. Pytorch implementation.
MIT License
66 stars 11 forks source link

add option for exporting an svg image #5

Closed daphna-kaplan closed 1 year ago

daphna-kaplan commented 1 year ago

Added a simple function for exporting an .svg file intead of a .png Added the parameter "output_file_type" to the synthesize script

Tested briefly with simple one line texts

X-rayLaser commented 1 year ago

Everything looks great. Thanks!

AdoptMeTradingValues commented 7 months ago

can it be saved as a pdf?