sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #27402
Re: [Question #252495]: [error] TextRecognizer: init: tessdata folder not found at C:/Sikuli/libs/
Question #252495 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/252495
RaiMan proposed the following answer:
@Ivo
yes these are Windows path's.
Deep down in Java a file always shows forward slashes.
you might even see:
/C:/Sikuli/libs
The "correct" use of backslashes in Java is only visible at the surface
(e.g. a string specifying a file path)
Java will "understand" every mix of forward and backward slashes, as
long as the file path can be mapped on the current system to a valid
path.
--
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.