[Sikuli-driver] [Question #273957]: How to run sikuli script in slow motion using Command line

2015-11-09 Thread Dwarika
New question #273957 on Sikuli: https://answers.launchpad.net/sikuli/+question/273957 i am getting in consistency when i try to run sikuli script using command line. how ever if i run it using java gui it works fine. just want to try to run the same script from command line with slow motion.

[Sikuli-driver] [Question #273982]: Does smaller region make finding image more effective?

2015-11-09 Thread Ib Al
New question #273982 on Sikuli: https://answers.launchpad.net/sikuli/+question/273982 This is just a general question. In finding an image - would making a smaller region be more effective in finding an image compared to finding an image on the entire screen? Just wondering because sometimes

Re: [Sikuli-driver] [Question #273982]: Does smaller region make finding image more effective?

2015-11-09 Thread Eugene S
Question #273982 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273982 Status: Open => Answered Eugene S proposed the following answer: Depends what you mean by "effective". Defining a smaller region will indeed be more effective in terms of search time. But if you mean

Re: [Sikuli-driver] [Question #273135]: A fatal error has been detected by the Java Runtime Environment

2015-11-09 Thread Karl
Question #273135 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273135 Status: Answered => Solved Karl confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #273957]: How to run sikuli script in slow motion using Command line

2015-11-09 Thread Dwarika
Question #273957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273957 Dwarika posted a new comment: If u see the sikuli Gui it gives the option to run the script with slow motion where mouse movements becomes slow and red circle comes before doing any operation. so is there

Re: [Sikuli-driver] [Question #273957]: How to run sikuli script in slow motion using Command line

2015-11-09 Thread Dwarika
Question #273957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273957 Dwarika posted a new comment: can you please give more details. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #220551]: Text recognition on image file after capture() and processing

2015-11-09 Thread JonyGreen
Question #220551 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/220551 JonyGreen posted a new comment: You can try this free online ocr to convert image to text http://www .online-code.net/ocr.html. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #252621]: Automate using text not image

2015-11-09 Thread JonyGreen
Question #252621 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/252621 JonyGreen posted a new comment: I find a free online ocr http://www.online-code.net/ocr.html to convert image to text. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #234673]: Sikuli doesn't recognize any images while running!

2015-11-09 Thread JonyGreen
Question #234673 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/234673 JonyGreen posted a new comment: I'm not a developer, i always use the free online ocr http://www.online- code.net/ocr.html to recognize and scan text from image. -- You received this question notification

Re: [Sikuli-driver] [Question #258394]: Preprocess Image before applying OCR .text() fn

2015-11-09 Thread JonyGreen
Question #258394 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/258394 JonyGreen posted a new comment: I find a free online ocr http://www.online-code.net/ocr.html to convert image to text. -- You received this question notification because your team Sikuli Drivers is an

Re: [Sikuli-driver] [Question #139475]: Sikuli X 1.0rc1 - How to get an exact match with click("String")?

2015-11-09 Thread JonyGreen
Question #139475 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/139475 JonyGreen posted a new comment: You can try this free online ocr to convert image to text http://www .online-code.net/ocr.html. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #188121]: Inconsistency in Match.text() - OCR related

2015-11-09 Thread JonyGreen
Question #188121 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/188121 JonyGreen posted a new comment: You can try this free online ocr http://www.online-code.net/ocr.html to extract text from image. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #232900]: [1.0] [HowTo] turn on text recognition --- solution

2015-11-09 Thread JonyGreen
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 JonyGreen posted a new comment: if you like tesseract ocr, you may like this free online ocr tool http://www.online-code.net/ocr.html using tesseract ocr 3.02 -- You received this question notification

Re: [Sikuli-driver] [Question #235635]: Improvement in OCR recognition with small images

2015-11-09 Thread JonyGreen
Question #235635 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/235635 JonyGreen posted a new comment: I find a free online ocr http://www.online-code.net/ocr.html, supports 40+ languages, can convert image to plain txt file and searchable pdf document. -- You received this

Re: [Sikuli-driver] [Question #246036]: Extracting Text from an Image (OCR)

2015-11-09 Thread JonyGreen
Question #246036 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/246036 JonyGreen posted a new comment: You can try this free online ocr http://www.online-code.net/ocr.html to extract text from image. -- You received this question notification because your team Sikuli Drivers

Re: [Sikuli-driver] [Question #273957]: How to run sikuli script in slow motion using Command line

2015-11-09 Thread Eugene S
Question #273957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273957 Status: Needs information => Answered Eugene S proposed the following answer: try Settings.ShowActions -- You received this question notification because your team Sikuli Drivers is an answer contact

Re: [Sikuli-driver] [Question #273957]: How to run sikuli script in slow motion using Command line

2015-11-09 Thread Eugene S
Question #273957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273957 Eugene S proposed the following answer: You asked for a switch that will turn on the slow motion effect like it has in GUI. I think that Settings.ShowActions does that. Please try it. For example:

Re: [Sikuli-driver] [Question #273986]: Script won't stop

2015-11-09 Thread Eugene S
Question #273986 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273986 Status: Open => Needs information Eugene S requested more information: Can you post the code? -- You received this question notification because your team Sikuli Drivers is an answer contact for

Re: [Sikuli-driver] [Question #273957]: How to run sikuli script in slow motion using Command line

2015-11-09 Thread Eugene S
Question #273957 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273957 Status: Open => Needs information Eugene S requested more information: Please provide more details? What do you mean by slow motion? Delays between actions? Mouse movement? -- You received this

[Sikuli-driver] [Question #273986]: Script won't stop

2015-11-09 Thread Ben
New question #273986 on Sikuli: https://answers.launchpad.net/sikuli/+question/273986 I am using a while True and Except script which i think is interfering when i try stop the script from executing. When i press alt shift c it stops briefly but then tries to carry on. How can I stop this as

Re: [Sikuli-driver] [Question #273682]: Sikulix 1.1.0: *** Error in `java': free(): invalid next size (normal): 0x00007fd2289ba6e0 ***

2015-11-09 Thread stefano
Question #273682 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/273682 Status: Answered => Open stefano is still having a problem: Tested with sikulix nightly: -> sikulix-1.1.1-20151106 some times, not every runs, i'm getting the same java error: running SikuliX: