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.

_______________________________________________
Mailing list: https://launchpad.net/~sikuli-driver
Post to     : sikuli-driver@lists.launchpad.net
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to