[Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread Emmanuel Mbambo
New question #700968 on SikuliX: https://answers.launchpad.net/sikuli/+question/700968 Hi, I'm using sikuli version 2.0.5 and when I try to read a this text "FLY NIGHT!"on an image, the result returned is a single character "i". When I read a numbers like "1.25" the results is "ayp". Now my

Re: [Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread Emmanuel Mbambo
Question #700971 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700971 Emmanuel Mbambo gave more information on the question: I know that i need to import org.sikuli.script.ImagePath -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread Emmanuel Mbambo
Question #700971 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700971 Status: Answered => Open Emmanuel Mbambo is still having a problem: I'm not that really good in java. How do I set this thing up in a java code? -- You received this question notification beca

Re: [Sikuli-driver] [Question #700981]: Is it possible with sikuli to take a screenshot, within the screenshoted image create a rectangle around the text then read that text or text?

2022-03-19 Thread Emmanuel Mbambo
Question #700981 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700981 Emmanuel Mbambo posted a new comment: In java do you call regionOfImage as a pattern then find the region within the image methods available? Pattern regionOfImage = new Pattern("some

Re: [Sikuli-driver] [Question #700981]: Is it possible with sikuli to take a screenshot, within the screenshoted image create a rectangle around the text then read that text or text?

2022-03-19 Thread Emmanuel Mbambo
Question #700981 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700981 Status: Answered => Open Emmanuel Mbambo is still having a problem: In java do you call regionOfImage as a pattern then find the region within the image methods available? Pattern p = new Patt

Re: [Sikuli-driver] [Question #700996]: Is it possible with sikuli to get the exact location of text (X and Y) within an image during runtime?

2022-03-20 Thread Emmanuel Mbambo
Question #700996 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700996 Emmanuel Mbambo gave more information on the question: I think simple math can help me achieve this like finding a percentage distance between the the position of the text and the image

[Sikuli-driver] [Question #700996]: Is it possible with sikuli to get the exact location of text (X and Y) within an image during runtime?

2022-03-20 Thread Emmanuel Mbambo
New question #700996 on SikuliX: https://answers.launchpad.net/sikuli/+question/700996 Hi, Is it possible with sikuli to get the exact location of text (X and Y) within an image during runtime even when the image on the screen has moved to another location but visible on the screen. I'm able

Re: [Sikuli-driver] [Question #701268]: Getting java.lang.Exception.InInitializerError at org.sikuli.script.Pattern Exception

2022-04-09 Thread Emmanuel Mbambo
Question #701268 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701268 Emmanuel Mbambo posted a new comment: Sorry again I mistaken the tess4j version 4 to sikuli. I'm referring to sikuli version 2.0.5 and I downloaded it on this website https://raiman.github.io/SikuliX1

Re: [Sikuli-driver] [Question #701268]: Getting java.lang.Exception.InInitializerError at org.sikuli.script.Pattern Exception

2022-04-09 Thread Emmanuel Mbambo
Question #701268 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701268 Emmanuel Mbambo posted a new comment: Sorry the sikuli version I'm using is 4.5.4 -- You received this question notification because your team Sikuli Drivers is an answer contact for SikuliX

[Sikuli-driver] [Question #701268]: Getting java.lang.Exception.InInitializerError at org.sikuli.script.Pattern Exception

2022-04-09 Thread Emmanuel Mbambo
New question #701268 on SikuliX: https://answers.launchpad.net/sikuli/+question/701268 Hi, I've been using sikuli version 4.1.0 with java 8 on eclipse on windows 10 for the past 2 months. Yesterday when I ran the code a couple of times, it worked, then I got the following Exception:

Re: [Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread Emmanuel Mbambo
Question #700968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700968 Status: Answered => Open Emmanuel Mbambo is still having a problem: I sent the images via email I received! -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #700968]: How do I improve text recognition in sikuli IDE

2022-03-17 Thread Emmanuel Mbambo
Question #700968 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/700968 Emmanuel Mbambo gave more information on the question: Hi RainMan, I attached the images. The text "flew away" is not found, the red text with numbers return inconsistent results but red text wi

[Sikuli-driver] [Question #700971]: Setting image path in SikuliX in java on eclipse

2022-03-17 Thread Emmanuel Mbambo
New question #700971 on SikuliX: https://answers.launchpad.net/sikuli/+question/700971 Hi, I used sikulix IDE and I successfully find images. The challenge is reading text with inconsistent results. With java and eclipse I'm able to read text successfully and consistently but the challenge is

[Sikuli-driver] [Question #700981]: Is it possible with sikuli to take a screenshot, within the screenshoted image create a rectangle around the text then read that text or text?

2022-03-18 Thread Emmanuel Mbambo
New question #700981 on SikuliX: https://answers.launchpad.net/sikuli/+question/700981 Hi, When I was developing my own sekuli automation using both sikulix IDE(I'm using IDE to take screenshots) and Java on eclipse, I find a slight problem. When using a region to find and or read text,

Re: [Sikuli-driver] [Question #701268]: Getting java.lang.Exception.InInitializerError at org.sikuli.script.Pattern Exception

2022-05-03 Thread Emmanuel Mbambo
Question #701268 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/701268 Status: Answered => Solved Emmanuel Mbambo confirmed that the question is solved: I followed your instructions and problem resolved. -- You received this question notification because your t

[Sikuli-driver] [Question #703545]: Unable to read image text in a region on Azure Windows Server

2022-10-19 Thread Emmanuel Mbambo
New question #703545 on SikuliX: https://answers.launchpad.net/sikuli/+question/703545 Hi, My local mechine environment is Windows 10 x64 , java 8, tess4j version 4.5.4, latest version of Sikuli java api, the latest Sikuli IDE, I don't have Tesseract installed, I don't have Opencv installed

Re: [Sikuli-driver] [Question #703545]: Unable to read image text in a region on Azure Windows Server

2022-10-21 Thread Emmanuel Mbambo
Question #703545 on SikuliX changed: https://answers.launchpad.net/sikuli/+question/703545 Status: Open => Solved Emmanuel Mbambo confirmed that the question is solved: Problem solved by following the tutorial here https://tess4j.sourceforge.net/tutorial/ It also solved my sikuli prob