Question #269336 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/269336

    Status: Open => Answered

RaiMan proposed the following answer:
sorry, no way.

You would have to adapt the C++ source code and then build the stuff
from the sources.

Another option is to use Tesseract from command line:
- create an image file from the respective region using capture
- run the Tesseract command from inside the script using e.g. subprocess or 
Java RunTime.exec
- get the output of the Tesseract command (e.g. stdout)
With this you can use any option Tesseract 3 is offering.

Greater improvements of the SikuliX OCR feature will only be contained
in version 2 beginning somewhen in 2016.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.

_______________________________________________
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