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

    Status: Open => Answered

obiwan-92 proposed the following answer:
Hum...
I didn't know that AutoIT have an OCR. I believe it was just working with the 
windows alias.
Well, I have no idea how I can help you so far. What did you do and what are 
yours real problems ?
Maybe you can launch your AutoIT with the jython command inside Sikuli.

Just to help you, did you try to use the magic function :
def getText():
    type('c', KeyModifier.CTRL)
    text = Env.getClipboard()

It's use the cilpboard of your system to get the selected text and get
it in "text" in runtime.

Regards.

-- 
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     : [email protected]
Unsubscribe : https://launchpad.net/~sikuli-driver
More help   : https://help.launchpad.net/ListHelp

Reply via email to