How to pair AutoIT with Sikuli. i am new to this Sikuli. Please help me

Asked by kiran maroju

i am new to this Sikuli. Please help me

Question information

Language:
English Edit question
Status:
Answered
For:
SikuliX Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
obiwan-92 (obiwan-92) said :
#1

Hello,

I need a little more information :

What do you mean by pair AutoIT and Sikuli ?
The two of them have the same goal : automated action.
What do you want to do ?

Regards.

Revision history for this message
kiran maroju (kiranmaroj) said :
#2

OCR in Sikuli is not that much reliable.
So i would like extract text from the screen by pairing AutoIT in Sikuli

Revision history for this message
obiwan-92 (obiwan-92) said :
#3

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.

Can you help with this problem?

Provide an answer of your own, or ask kiran maroju for more information if necessary.

To post a message you must log in.