← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #188121]: Inconsistency in Match.text() - OCR related

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
Sorry, you are absolutely right with your first finding:
I guess REGION always considers SCREEN co-ordinates to extract the text.

And so do Match (Region subclass) and Location. Sorry for the fast but
wrong answer.

If you want to have a solution for that, you must step down to the Java
API and work directly on buffered images (which is possible from the
Sikuli script level since it is Jython - Java API:
http://sikuli.org/doc/java-x/).

If you want to post a request bug, it might be to ask for the
possibility, to have a stored/buffered image as a "virtual screen".

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