iseahound / Vis2

Simple OCR using Tesseract
157 stars 33 forks source link

About the management of "Gdip_All" libary. #18

Closed 00xSky closed 1 year ago

00xSky commented 1 year ago

I added the translation feature to the Vis2 OCR system, but I cannot use the "Btt/Gdip_All" library as regularly as you do.I tried to add my own function to the "class Vis2" field in Vis2.ahk, but I have basic knowledge of autohotkey and I couldn't understand how you use "tooltip" so I couldn't add it.

I request you to inform me about the regular display of Translation results at your convenient time. Thanks

iseahound commented 1 year ago

It's not clear what you want - If you are building something using Vis2 you are free to modify the code.

00xSky commented 1 year ago

Ok, I am using it by adding the following code. thanks

image

iseahound commented 1 year ago

You can also use TextRender for this. It contains several years' worth of improvements. With that said however, Vis2.Graphics.Subtitle.Render is exceptionally well designed.