Re: [Sikuli-driver] [Question #691058]: How to move sikulixide-2.0.4.jar to new location and still use OCR

2020-06-18 Thread Launchpad Janitor
Question #691058 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691058 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 #691355]: Remote PC without Monitor: RobotDesktop: checkMousePosition

2020-06-18 Thread Simon Fong
Question #691355 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691355 Simon Fong 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.

Re: [Sikuli-driver] [Question #691355]: Remote PC without Monitor: RobotDesktop: checkMousePosition

2020-06-18 Thread Simon Fong
Question #691355 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691355 Status: Answered => Solved Simon Fong confirmed that the question is solved: good news to me is, seem my NUC can emulate a screen. (maybe win10, idk) I disabled Sign-in options and set it never turn

Re: [Sikuli-driver] [Question #691383]: how to use OCR.readLines?

2020-06-18 Thread matteoa
Question #691383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691383 matteoa posted a new comment: Hi RaiMan, thanks for prompt response!! I've tried your snippet, slightly modified (the list does not exists and PSM 6 is absolutely needed): textOCR.setPSM(6) reg =

Re: [Sikuli-driver] [Question #691383]: how to use OCR.readLines?

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

Re: [Sikuli-driver] [Question #691363]: When I tried taking screenshoot, the screen turned black. I use Ubuntu 18.04 on Dell laptop without any other monitor attached.

2020-06-18 Thread RaiMan
Question #691363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691363 Description changed to: Hi. When I tried taking screenshoot, the screen turned black. I use Ubuntu 18.04 on Dell laptop without any other monitor attached. I use openJDK 11. I tried to follow question

Re: [Sikuli-driver] [Question #691363]: When I tried taking screenshoot, the screen turned black. I use Ubuntu 18.04 on Dell laptop without any other monitor attached.

2020-06-18 Thread RaiMan
Question #691363 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691363 Description changed to: Hi. When I tried taking screenshoot, the screen turned black. I use Ubuntu 18.04 on Dell laptop without any other monitor attached. I use openJDK 11. I tried to follow question

Re: [Sikuli-driver] [Question #691383]: how to use OCR.readLines?

2020-06-18 Thread RaiMan
Question #691383 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691383 Status: Open => Answered RaiMan proposed the following answer: simply so: reg = selectRegion() lines = reg.textLines() for line in list: uprint(line) uprint() instead of print is needed, because

Re: [Sikuli-driver] [Question #691343]: Can i post xml file over http using sikulix.

2020-06-18 Thread RaiMan
Question #691343 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691343 Status: Open => Answered RaiMan proposed the following answer: Sorry - no example - you have to ask the net. In my experience stackoverflow is the best place. Another idea might be, to make a command

Re: [Sikuli-driver] [Question #691355]: Remote PC without Monitor: RobotDesktop: checkMousePosition

2020-06-18 Thread RaiMan
Question #691355 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691355 Status: Open => Answered RaiMan proposed the following answer: I am on Windows as well, but I do not have a NOC. I mentioned my macMini, because this was the motivation for Intel to create the NOC line

[Sikuli-driver] [Bug 1881240] Re: [2.0.4] findText() or find("some text") not working --- workaround

2020-06-18 Thread RaiMan
** Summary changed: - findText() or find("some text") not working with Sikuli 2.0.4 + [2.0.4] findText() or find("some text") not working --- workaround ** Description changed: - current state + current state / workaround findText()

[Sikuli-driver] [Bug 1882239] Re: sikulix 2.0 api - find text is not working

2020-06-18 Thread RaiMan
*** This bug is a duplicate of bug 1881240 *** https://bugs.launchpad.net/bugs/1881240 This is the best result you can get with 2.0.4. To read a light colored font on darker background (as in your example) there will be an option in version 2.0.5 (you have to wait). ** This bug has been

[Sikuli-driver] [Bug 1882239] Re: sikulix 2.0 api - find text is not working

2020-06-18 Thread Hariharan SP
Now i am using sikuli 2.0.4 sikuli jar. In sikuli version 2.0.4 also findtext is not working. And I refered bug 1881240 , they mention use findword and findline methods. I also tried that method also, Some texts are not finded as expected.Some texts are with background color thats are not finded

[Sikuli-driver] [Question #691383]: how to use OCR.readLines?

2020-06-18 Thread matteoa
New question #691383 on Sikuli: https://answers.launchpad.net/sikuli/+question/691383 hello, first of all, my config is: 2.0.4-2020-03-14_08:01/Windows10.0/Java8(64)1.8.0_251-b08 I have to do OCR on a table, it work rather well if I do it line by line. I thought it could be faster to do it at

Re: [Sikuli-driver] [Question #691343]: Can i post xml file over http using sikulix.

2020-06-18 Thread Padam Jain
Question #691343 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/691343 Status: Answered => Open Padam Jain is still having a problem: Getting bunch of errors while using httplib and urlilib. it would be great help if you have any sample code for how to do it. I simply