Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2019-06-19 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Answered => Solved matteoa confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an answe

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-26 Thread RaiMan
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 RaiMan proposed the following answer: I only test with 1.1.4 - especially with the text features. -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-26 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 matteoa posted a new comment: Hello, I fully understand that you cannot support old versions, no problem at all. But, since now I'm using 1.1.4 with VNC connection to the old 32 bit pc...I make some more que

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-22 Thread RaiMan
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 RaiMan proposed the following answer: With 1.1.4 the image is already internally resized to about 300 Dpi. The resize factor is evaluated based on the Dpi of the current monitor. So at least the resize is no

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-22 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 matteoa posted a new comment: Thanks for clarification! I managed to switch to Sikulix 1.1.4, using VNC and screenshot taken by sikulix 1.1.3 and moving the images on a more modern pc, but with not a lot of

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-20 Thread RaiMan
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Open => Answered RaiMan proposed the following answer: I am talking about the class org.sikuli.script.Image static means static in the Java class ... but there seems a confusion when using from

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-20 Thread matteoa
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Answered => Open matteoa is still having a problem: Thanks RaiMan, I've tried this, merging together the two above mentioned answers : img1 = Image.create(capture(selectRegion())) imgGrey = Imag

Re: [Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-18 Thread RaiMan
Question #676086 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/676086 Status: Open => Answered RaiMan proposed the following answer: imgGreyResized = imgGrey.resize(3) must be imgGreyResized = imgGrey.resize(imgGrey, 3) Since both methods are static methods of class Ima

[Sikuli-driver] [Question #676086]: Ocr not always working

2018-11-12 Thread matteoa
New question #676086 on Sikuli: https://answers.launchpad.net/sikuli/+question/676086 Hello, since I have to use Sikulix on a 32bit pc I'm stuck with version 1.1.3. I have a bar in a web app where I have to read with ocr two items, so the font, the background the size etc are the same. What I do