← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #657056]: Text() getting errors

 

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

    Status: Open => Answered

masuo proposed the following answer:
I recommend that you will confirm what font and size of strings are recognized SikuliX OCR feature on your environment.
You can confirm it easily by using SikuliX IDE.
Try this code.

Settings.OcrTextRead = True
while True:
    r = selectRegion()
    popup(r.text())

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.