go-vgo / robotgo

RobotGo, Go Native cross-platform RPA and GUI automation @vcaesar
Apache License 2.0
9.57k stars 872 forks source link

Any chance of getting OpenCV/Tesseract-OCR in here? #68

Open TheNicholasNick opened 7 years ago

TheNicholasNick commented 7 years ago

I currently use http://sikulix.com/ to automate android virtual machines (bignox/bluestacks) - however I am not sure how to go about making this event driven like I can in golang. So have been looking for automation tools in golang, found robotgo, everything looks great, i just need a bit more fuzzy logic on the image matching abilities (opencv) and OCR (tesseract).

would a goal of this project be to ever include these two libraries for a lot more pattern matching?

great project, I'll be looking into how I might be able to do this myself. 👍 OpenCV: http://opencv.org/ Tesseract-OCR: https://github.com/tesseract-ocr/tesseract

vcaesar commented 7 years ago

Image processing is the current version is very weak, this will be enhanced, if you can solve this problem, welcome the contribution code, thank you.