← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #179865]: How to extract text without using OCR in sikuli?

 

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

    Status: Open => Answered

RaiMan proposed the following answer:
No, the only solution available for free is Tesseract and this is used
in Sikuli.

The only other possibility is to try to select the text using mouse actions and ctrl/cmd-c to get it to the clipboard and then use Env.getClipboard(), but ..
- this cannot be mixed with paste()
- only works, if the text is selectable via mouse actions

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