← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #232900]: [1.0] [HowTo] turn on text recognition --- solution

 

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

Theo Ronna posted a new comment:
where exactly i change this options?

TextSearch and OCR find("some text") and Region.text() are currently
switched off in the default with respect to the many issues.

The related Settings options to be used (set to true) with Sikuli API
(or outside the IDE):

Settings.OcrTextRead = true; // to switch on the Region.text() function

Settings.OcrTextSearch = true; // to switch on finding text with
find("some text")


i use eclipse to programming and still receiving the message
"[error] text: text recognition is currently switched off
--- no text ---"

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