← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #266436]: OCR

 

Question #266436 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/266436

    Status: Open => Solved

guto confirmed that the question is solved:
I find myself an example:

img = find("1430777001006.png")
img.highlight(1)
myText = img.text()
print myText

or if I want to do it from any region on the screen:

img = Region(840,25,40,20)
img.highlight(1)
myText = img.text()
print myText

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.