sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #29188
Re: [Question #257009]: [1.0.1] TextRecognizer: init: tessdata folder not found
Question #257009 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/257009
Status: Answered => Open
cp is still having a problem:
Hi,RaiMan
It's easy to put the sikuli-java.jar on the remote repo.
However, i find alternative way to avoid the error, including the physical path in the parameter:
------------------------------------
for(FilterGenresOptions f:FilterGenresOptions.values()) {
m2.filterMovieA2Z();
m2.filterGenres();
m2.toFilterGenresSpecific("image/landing/"+f.toString()+"Filter.png");
filterAtuReporter(f.toString(),"image/landing/"+f.toString()+"Selected.png","image/landing/"+f.toString()+"Title.png");
}
-----------------------------
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.