how to get Sikuli to read alphanumeric text from a declared region

Asked by Jason

Hi there, i was wondering how i would get Sikuli to read alphanumeric text from a declared region. Thanks :)

Question information

Language:
English Edit question
Status:
Solved
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Solved by:
Jason
Solved:
Last query:
Last reply:
Revision history for this message
RaiMan (raimund-hocke) said :
#1

use Region.text() (see doc: http://sikuli.org/docx/region.html#extracting-text-from-a-region)

Be aware of its status: see bug 710586

Revision history for this message
Jason (2o6t2css02sk73ce) said :
#2

Ah i see. Sorry i missed that, thank you!