rcktrncn / taskt

taskt uob is forked from taskt. Please check the "uob-release" branch for the contents of the code at the time of release.taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
https://rcktrncn.github.io/taskt-uob/
8 stars 2 forks source link

Added GetPixel, FindPixel and ExecuteTesseractOCR #6

Closed VirtualFab closed 3 weeks ago

VirtualFab commented 1 month ago

Added 3 new commands in the Image section: GetPixel to get colour of a pixel at X,Y coordinates on screen FindPixel to check if a pixel of a determined colour is present on screen ExecuteTesseracetOCR to recognize text on screen via the Open Source Tesseract engine (to be installed on PC)