← Back to team overview

sikuli-driver team mailing list archive

[Question #709354]: Tesseract Tess4J Dont Work

 

New question #709354 on SikuliX:
https://answers.launchpad.net/sikuli/+question/709354

Hello. I use SikulixIDE-2.0.5-lux.jar, jre1.8.0_401, java version 1.8.0_401, Java HotSpot(TM) 64 Bit Server VM (build 25.401-b10, mixed mode) on Linux. Tesseract installed. Tess4J downloaded but don't know how to install. My script is:

from sikuli import *
s = Image.create("picture.png")
print(s.text())

This does not work. Writes:
[error] java.lang.UnsupportedOperationException: The BROWSE action is not supported on the current platform!
Perhaps I did not link the Tess4J to the Sikuli. How to do it?
Help me please.


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