[error] TextRecognizer: init: tessdata folder not found at C:/Sikuli/libs/
I am quite new to this software however I have created the following script, when I run the script I am getting several errors, are you able to shed any light?
#from org.sikuli.
#vision.
Settings.
Settings.
exists(
click("
if not exists(
click ("1406821150179
selectionLists = list(find(
print "[log] number of listboxes found: " + str(len(
print "[log] number of arguments passed: " + str(len(sys.argv))
selectionList = int(0)
if sys.argv[0] == "Carrier":
selectionList = 0
if sys.argv[0] == "Service":
selectionList = 1
if sys.argv[0] == "Package":
selectionList = 2
# will use OCR if no image provided but certain elements are difficult or contain unicode which Sikuli has trouble parsing
listChoice = sys.argv[0]
if listChoice == "UPS Server": listChoice = Pattern(
if listChoice == "Package": listChoice = Pattern(
click(selection
click(listChoice)
the errors I am getting are:
[log] CLICK on L(928,512)@S(0)[0,0 1920x1080]
[log] number of listboxes found: 3
[log] number of arguments passed: 1
[log] CLICK on L(1331,
[error] TextRecognizer: init: tessdata folder not found at C:/Sikuli/libs/
[error] Region.find(text): text search is now switched off
[error] script [ UPS server ] stopped with error in line 31
[error] FindFailed ( Text search currently switched off )
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- SikuliX Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask Richard Mullins for more information if necessary.