sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #59324
Re: [Question #709354]: Tesseract Tess4J Dont Work
Question #709354 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/709354
Status: Open => Answered
RaiMan proposed the following answer:
how to make Tesseract ready for Sikulix:
https://github.com/RaiMan/SikuliX1/wiki/macOS-Linux-‐-Support-libraries-for-Tess4J-Tesseract-4-OCR
No need for Tess4J - is in the package already.
In a main script
from sikuli import *
is not needed, only in subs.
s = Image.create("picture.png")
print(s.text())
is corrrect and works for me (tested on Windows)
--
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.