What libraries could I use to write a program that takes a screenshot and reads text from it

I’ve been looking around and I can’t find any

1 Like

This is doable with OpenCV. So as far as Haxe is concerned it can be done using the c++ or python target. But i dont think there’s any recent externs / bindings available - so you would have to write it yourself probably. Not the easiest, but atleast it is possible. Python target is probably the easiest choice here.

2 Likes

Thanks for the advice