Re: [Sikuli-driver] [Question #684811]: [HowTo] get text from an image file

2019-10-11 Thread RaiMan
Question #684811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684811 Summary changed to: [HowTo] get text from an image file -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #684811]: Best way to test OCR results.

2019-10-11 Thread RaiMan
Question #684811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684811 Status: Open => Answered RaiMan proposed the following answer: what you are looking for is in class Image: Image img = Image.create("someImg.png") text = img.text() or even text =

[Sikuli-driver] [Question #684947]: running multiple tests in paralel

2019-10-11 Thread Asheru
New question #684947 on Sikuli: https://answers.launchpad.net/sikuli/+question/684947 Hello, We have a few hundred tests created with sikuli. Running all of them takes around 20 hours. I was wondering if it's possible to run 2 sessions in parallel on the same machine, like 2 threads maybe. I

Re: [Sikuli-driver] [Question #684947]: running multiple tests in paralel

2019-10-11 Thread RaiMan
Question #684947 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684947 Status: Open => Answered RaiMan proposed the following answer: Rule: only one SikuliX workflow on one machine at the same time. No exceptions! -- You received this question notification because your

Re: [Sikuli-driver] [Question #684947]: running multiple tests in paralel --- not possible

2019-10-11 Thread Asheru
Question #684947 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684947 Asheru posted a new comment: Ok thanks you -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli. ___

Re: [Sikuli-driver] [Question #684811]: [HowTo] get text from an image file

2019-10-11 Thread Ivan
Question #684811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684811 Status: Answered => Solved Ivan confirmed that the question is solved: Thanks a lot, that seem to be exactly what I need. -- You received this question notification because your team Sikuli Drivers is

Re: [Sikuli-driver] [Question #684811]: [HowTo] get text from an image file

2019-10-11 Thread Ivan
Question #684811 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684811 Ivan 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 contact for Sikuli.

[Sikuli-driver] [Question #685003]: Text recognition not working, Troubleshooting my manual Install PLEASE

2019-10-11 Thread James Rundle
New question #685003 on Sikuli: https://answers.launchpad.net/sikuli/+question/685003 Hi there, I'm on an enterprise network and thus have to install sikuli manually. when trying to extract text out of a region with Region.text() I get the following error: [error] script [ textTest ] stopped

Re: [Sikuli-driver] [Question #685003]: Text recognition not working, Troubleshooting my manual Install PLEASE

2019-10-11 Thread James Rundle
Question #685003 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/685003 Description changed to: Hi there, I'm on an enterprise network and thus have to install sikuli manually. when trying to extract text out of a region with Region.text() I get the following error: [error]

[Sikuli-driver] [Question #685002]: Trying to get OCR working on Windows with build 393

2019-10-11 Thread Chris Kosieracki
New question #685002 on Sikuli: https://answers.launchpad.net/sikuli/+question/685002 1.1.4-SNAPSHOT-#393-2019-10-10_16:07/Windows10.0/Java8(64)1.8.0_221-b11 Installed build 393 this morning on Windows 10. When attempting txt = reg.text() the first time was sent to

[Sikuli-driver] [Question #684964]: textOCR.setPSM crashing

2019-10-11 Thread matteoa
New question #684964 on Sikuli: https://answers.launchpad.net/sikuli/+question/684964 Hello all, with last version of Sikulix : 1.1.4-SNAPSHOT-#393-2019-10-10_16:07/Windows10.0/Java8(64)1.8.0_221-b27 When I try to run this script (that is used t find the best OCR setting for an image): textOCR

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread RaiMan
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Open => Answered RaiMan proposed the following answer: as already mentioned in #1: getBundleFolder() in your environment returns None (no bundle path defined) try this: scriptFile = argv[0] #

Re: [Sikuli-driver] [Question #684964]: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported

2019-10-11 Thread RaiMan
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 Description changed to: --- so do not use it --- Hello all, with last version of Sikulix :

Re: [Sikuli-driver] [Question #684964]: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported

2019-10-11 Thread RaiMan
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 Summary changed to: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli.

Re: [Sikuli-driver] [Question #684964]: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported

2019-10-11 Thread matteoa
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 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

Re: [Sikuli-driver] [Question #684964]: OCR: setPSM with 0, 1, 12 are crashing --- OSD is not supported

2019-10-11 Thread matteoa
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 matteoa posted a new comment: Hello, the script I've done was because for some image class I had some OCR problem with the default setting and I did not know which was the best PSM setting, this one was a

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 matteoa posted a new comment: hello, I tried your workaround but there were an error: Traceback (most recent call last): File "MYPerfectlyWorkingScript.py", line 95, in scriptFile = argv[0] # Python

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread RaiMan
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Open => Needs information RaiMan requested more information: talking about this ? Error loading Python DLL: C:\jython2.7.1\bin\python27.dll (error code 14001) If yes, not yet checked - will

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Answered => Open matteoa is still having a problem: Hi RaiMan, any news regarding this problem? In the meantime a colleague of mine has installed everything and this problem is present also in

Re: [Sikuli-driver] [Question #684268]: image error

2019-10-11 Thread Launchpad Janitor
Question #684268 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684268 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #684243]: Sikuli connect to Sql Server from command line

2019-10-11 Thread Launchpad Janitor
Question #684243 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684243 Status: Open => Expired Launchpad Janitor expired the question: This question was expired because it remained in the 'Open' state without activity for the last 15 days. -- You received this question

Re: [Sikuli-driver] [Question #683846]: [1.1.4] PyCharm: running a script: getBundleFolder() seems to return None

2019-10-11 Thread matteoa
Question #683846 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/683846 Status: Needs information => Open matteoa gave more information on the question: Hello, the Jython error is not the object of my question, the problem is that I'm not able to debug in Pycharm with

Re: [Sikuli-driver] [Question #684964]: textOCR.setPSM crashing

2019-10-11 Thread RaiMan
Question #684964 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/684964 Status: Open => Answered RaiMan proposed the following answer: We have removed the OSD support (not relevant in the SikuliX context) hence the PSM's 0, 1, 12 throw this error now. On the other hand,