Cant find Settings class

Asked by Dan

I am trying to turn on the OCR functionality in Sikuli with:

Settings.OcrTextRead = true;
Settings.OcrTextSearch = true;

But when I try to add the Settings class:

import org.sikuli.script.Settings;

It can't find it. Is that part of the standard sikulixapi.jar file? I set it up with options 2 and 3 checked.

Question information

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

import org.sikuli.basics.Settings;

Revision history for this message
Dan (mendels99) said :
#2

Thanks RaiMan, that solved my question.

Revision history for this message
Dan (mendels99) said :
#3
Revision history for this message
RaiMan (raimund-hocke) said :
#4