[Sikuli-driver] [Bug 1818514] Re: [request] make SikuliX available for Python (C-based real Python)

2019-03-08 Thread Tim B
I have to say, I am also very excited for this possibility (for pretty much the exact same reasons as @Dillon). Anxious to see what happens! -- You received this bug notification because you are a member of Sikuli Drivers, which is subscribed to Sikuli. https://bugs.launchpad.net/bugs/1818514

Re: [Sikuli-driver] [Question #673429]: how to implement text reading with SikuliX IDE 1.1.3 or 1.1.4

2018-09-06 Thread Tim B
Question #673429 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/673429 Status: Open => Answered Tim B proposed the following answer: There are a lot of ways to capture text, especially within the 1.1.4 version and the updated Tesseract functionality. I think perhaps

Re: [Sikuli-driver] [Question #672584]: [1.1.4] getWords() and getLines() not working --- must be collectWords/collectLines

2018-08-23 Thread Tim B
Question #672584 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672584 Status: Answered => Solved Tim B confirmed that the question is solved: Thanks RaiMan, that solved my question. -- You received this question notification because your team Sikuli Drivers is an ans

Re: [Sikuli-driver] [Question #672584]: [1.1.4] getWords() and getLines() not working --- must be collectWords/collectLines

2018-08-23 Thread Tim B
Question #672584 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672584 Tim B posted a new comment: Honestly, I can see the advantages to both... If it was the actual strings, more easily capture the "data" you want to use or manipulate, with more easy code /

Re: [Sikuli-driver] [Question #672584]: [1.1.4] getWords() and getLines() not working --- must be collectWords/collectLines

2018-08-23 Thread Tim B
Question #672584 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672584 Status: Answered => Open Tim B is still having a problem: Awesome! The function calls no longer fail But just want to clarify one last thing, to be sure I understand this is working as inten

Re: [Sikuli-driver] [Question #672651]: [1.1.4]It is necessary to move jython-standalone-2.7.1.jar to Extensions folder

2018-08-23 Thread Tim B
Question #672651 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672651 Tim B posted a new comment: To be fair, the download page does say: - Needed for scripting support in the IDE and running scripts from commandline The Jython interpreter 2.7.1 for python

Re: [Sikuli-driver] [Question #672584]: OCR getWords() and getLines() don't seem to be working

2018-08-22 Thread Tim B
Question #672584 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672584 Status: Answered => Open Tim B is still having a problem: Woops - forgot to flag the last comment. -- You received this question notification because your team Sikuli Drivers is an answer cont

Re: [Sikuli-driver] [Question #672584]: OCR getWords() and getLines() don't seem to be working

2018-08-22 Thread Tim B
Question #672584 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/672584 Tim B posted a new comment: H. I knew that, but perhaps I've mismatched a datatype somehow. So here is a bare minimum code block I used to test (and it still failed): - new_reg

[Sikuli-driver] [Question #672584]: OCR getWords() and getLines() don't seem to be working

2018-08-22 Thread Tim B
New question #672584 on Sikuli: https://answers.launchpad.net/sikuli/+question/672584 Both items return "Attribute error", with object has no attribute 'getWords' (or 'getList', respectively) The old method "text()" does / still work. Perhaps I am doing something wrong? Confirmed that