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

2020-06-05 Thread Kogul
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Kogul posted a new comment: Is there any solution for ? Please suggest [error] text: text recognition is now switched off --- no text --- -- You received this question notification because your team

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

2016-11-11 Thread SreeCharan Shroff
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 SreeCharan Shroff posted a new comment: hi Raiman, screen.click(screen.findText("File")) works fine with sikulix setup installed. please let me know how to get it working with a maven project without

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

2016-07-19 Thread Karthikk Sanku
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Karthikk Sanku posted a new comment: @Raiman Hi Raiman, After trying many things still i coulnt ablt to get text from image using sikuli tesseract Below are the steps i am following 1) I downloaded

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

2016-03-02 Thread Theo Ronna
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Theo Ronna posted a new comment: @RaiMan i found my error sorry! and thanks for help! -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2016-03-02 Thread Theo Ronna
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Theo Ronna posted a new comment: @RaiMan i did the setup, with the options 1, 2 and 3. Screen s = new Screen(); String txt; try { txt =

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

2016-03-02 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: @Theo supposing it is version 1.1.0: I guess, you do not have a valid Tesseract setup. How do you get your sikulixapi.jar referenced in your Eclipse project? Did you run setup

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

2016-03-02 Thread Theo Ronna
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Theo Ronna posted a new comment: where exactly i change this options? TextSearch and OCR find("some text") and Region.text() are currently switched off in the default with respect to the many issues. The

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 #232900]: [1.0] [HowTo] turn on text recognition --- solution

2015-10-18 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: Sorry, I am not (yet ;-) an expert in using Tesseract. If you want to improve your results, you have to dive into the features of Tesseract (like learning a new font) including

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

2015-10-17 Thread Pranav
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Pranav posted a new comment: Hello RaiMan, Thank you for reply. I am able to get it using Tess4j. But the data extracted is not 100% accurate(Also some data is missing ) Is there any other way to get all

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

2015-10-17 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: @Pranav To extract text from an image given as file, you should use the Tesseract package itself from command line. The OCR feature of SikuliX still is not reliable in such

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

2015-10-17 Thread Pranav
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Pranav posted a new comment: Hello RaiMan, I am working on windows based application UI testing..I want to extract all text(includes label text,text field) from application. I have tried to get it using

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

2015-09-05 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Removed link to bug: #232900 https://bugs.launchpad.net/bugs/232900 "remove dvd icon" -- You received this question notification because your team Sikuli Drivers is an answer contact for

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

2015-09-04 Thread Mateusz
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Linked to bug: #232900 https://bugs.launchpad.net/bugs/232900 "remove dvd icon" -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

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

2014-05-09 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Description changed to: --- solution TextSearch and OCR find(some text) and Region.text() are currently switched off in the default with respect to the many issues. The related Settings options to be used

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

2014-01-30 Thread syed
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 syed posted a new comment: Many Thanks RaiMan again for your useful input. Eventually I have managed to get the Sikuli OCR working. The thing which Sikuli wasn't installing was the 'tessdata' folder with

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

2014-01-30 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: -- ERROR: Error opening data file F:/sikuli/libs/tessdata/eng.traineddata Sorry, that you had so much effort. If you have setup with option 5 and get this message, then simply

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

2014-01-30 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: --- Sorry to post a deviated post here but it may be help anyone else who really need OCRing the Image for Testing purposes. That really is nor problem in any case. working

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

2014-01-29 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: at comment #6: I got your mail and made my tests on your shot. I did not really have problems to read the texts on the shot, but the current version has problems with number

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

2014-01-29 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: @comment #7 There are surely some possibilities to get some good-quality OCR. The nearest one: If you want to try to do OCR yourself from within a Java program, you should have

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

2014-01-28 Thread syed
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 syed posted a new comment: I am new in Sikuli and doing RD on OCR feature specifically. Please help me with the following. I have switched OCR functionality on by using the your above suggested code in

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

2014-01-28 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: comment #4 is for syed's question from comment #3 -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

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

2014-01-28 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 RaiMan posted a new comment: It seems, that you did not select option 5 at setup (want to use Tesseract ) - delete everything except sikuli-setup.jar from the SikuliX setup folder - repeat setup with

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

2014-01-28 Thread syed
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 syed posted a new comment: Thanks for your quick response RaiMan :) I have deleted every thing from folder except sikuli-setup.jar (as you mentioned above). And re-install the setup with option 1 5 and

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

2014-01-28 Thread syed
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 syed posted a new comment: And if OCR does not work in Sikuli properly then could you please suggest me simple API to use in Java to do the OCR of the image along with Sikuli java code. So I can extract

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

2013-09-10 Thread bootmagictran
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Linked to bug: #232900 https://bugs.launchpad.net/bugs/232900 remove dvd icon -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

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

2013-09-10 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Removed link to bug: #232900 https://bugs.launchpad.net/bugs/232900 remove dvd icon -- You received this question notification because you are a member of Sikuli Drivers, which is an answer

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

2013-07-23 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Summary changed to: [1.0] [HowTo] turn on text recognition --- solution Description changed to: --- solution TextSearch and OCR find(some text) and Region.text() are currently switched off in the default

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

2013-07-23 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Status: Open = Answered RaiMan proposed the following answer: see in question above -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact

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

2013-07-23 Thread RaiMan
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Summary changed to: [1.0] [HowTo] turn on text recognition -- You received this question notification because you are a member of Sikuli Drivers, which is an answer contact for Sikuli.

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

2013-07-23 Thread Abhishek Lal
Question #232900 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/232900 Status: Answered = Solved Abhishek Lal confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because you are a member of Sikuli