← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #656219]: I want to capture text from an image and assert the value. please help

 

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

    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.