← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #578460]: What tesseract related improvements are expected with Sikuli 2?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
-- is just delegate the Tesseract internals to Sikuli user?
yes, but this should only be needed for special cases.
The normal approach should be (like now), that you say 

someText = someRegion.text()

or 
someText = someRegion.text(parameters)

where parameters are either a list of options or a pointer to a an
optionset

options that are not specified are either preset internally or evaluated
on the fly based on the given image (e.g. character/line/box mode,
layout evaluation, ...)

... and all this based on an image, that is optimized for OCR before
giving it to Tesseract.

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