← Back to team overview

sikuli-driver team mailing list archive

[Question #236636]: OCR fails "silently" (no error message)

 

New question #236636 on Sikuli:
https://answers.launchpad.net/sikuli/+question/236636

I'm trying this code, which I got from the answer to another thread (marked as solved):

myReg= Region(100,100,500,600)
myReg.highlight(2)
myText = myReg.text()
print myText

There is definitely text there, but I don't get ANY result.
The red highlight appears, sits there for a moment, then goes back to the Sikuli screen.
No error messages, no console message, no test trace... nothing.

Any suggestions?

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