Re: [Sikuli-driver] [Question #680605]: Tesseract reads most numbers correctly but not all. how to improve ?

2019-05-07 Thread MP
Question #680605 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680605 MP gave more information on the question: Maybe I should mention: I tryed ofc the command tr.setVariable(variableKey, variableValue) from your doc before making this topic. Can you show me how you do

Re: [Sikuli-driver] [Question #680605]: Tesseract reads most numbers correctly but not all. how to improve ?

2019-05-07 Thread MP
Question #680605 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680605 Status: Answered => Open MP is still having a problem: Hey raiman,, As mentioned in the first post, I read the doc first. Tr.setDPI(50) for example doesnt work. In the doc there is no answer

Re: [Sikuli-driver] [Question #680605]: Tesseract reads most numbers correctly but not all. how to improve ?

2019-05-07 Thread MP
Question #680605 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680605 MP gave more information on the question: https://stackoverflow.com/questions/4944830/how-to-make-tesseract-to- recognize-only-numbers-when-they-are-mixed-with-letter 1) So I found the settings I need

Re: [Sikuli-driver] [Question #680605]: Tesseract reads most numbers correctly but not all. how to improve ?

2019-05-03 Thread MP
Question #680605 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680605 Status: Answered => Open MP is still having a problem: 1.1.4 r = Region(1059,318,18,17) regiononchangecheck = Region(1056,316,342,23) tr = TextOCR.start() tr.setPSM(6) def events

[Sikuli-driver] [Question #680605]: Tesseract reads most numbers correctly but not all. how to improve ?

2019-05-03 Thread MP
New question #680605 on Sikuli: https://answers.launchpad.net/sikuli/+question/680605 So I tryed all the PSM setting of Tesseract but with all it still reads the "5" as an S, and the "30" as 3 O (so as letters instead of numbers). NumberCheck: 5 [error] script [ app_part7 ] stopped with error

Re: [Sikuli-driver] [Question #680253]: Looping infinite with observer

2019-04-16 Thread MP
Question #680253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680253 MP 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 #680253]: Looping infinite with observer

2019-04-15 Thread MP
Question #680253 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680253 Status: Answered => Solved MP confirmed that the question is solved: Thank you, I gonna delve more into the syntax of python. It is "easier" and more "logical" for me then othe

[Sikuli-driver] [Question #680253]: Looping infinite with observer

2019-04-14 Thread MP
New question #680253 on Sikuli: https://answers.launchpad.net/sikuli/+question/680253 Breaking my head again :) I didnt want to post and find the answer myself, but reading the docs endlessly and not getting it, here I am again. code: = r = Region(1059,318,18,17) tr =

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-14 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Solved MP 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 #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-13 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: I gonna test and read your post a million times. I understand most of it now. so basically you make a start shot outside the change per

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-12 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Solved => Open MP is still having a problem: Instead of making a new topic, I want to reopen this one. I found 3 ways to read the numbers perfectly. xD But with all 3 I hit the wall of oncha

Re: [Sikuli-driver] [Question #680194]: OCR number reading works but how to put in conditions?

2019-04-11 Thread MP
Question #680194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680194 Status: Answered => Solved MP confirmed that the question is solved: I am such an idiot - _ - Yes you are right, I need a break. haha Thank you for your patience. I am happy with my progress so

Re: [Sikuli-driver] [Question #680194]: OCR number reading works but how to put in conditions?

2019-04-11 Thread MP
Question #680194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680194 MP gave more information on the question: My print result from the previous code in #2 is: 1 2 -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #680194]: OCR number reading works but how to put in conditions?

2019-04-11 Thread MP
Question #680194 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680194 Status: Answered => Open MP is still having a problem: Ah yes silly me, I am learning python and sikulix at the same time. It is going pretty well imo. :)

[Sikuli-driver] [Question #680194]: OCR number reading works but how to put in conditions?

2019-04-11 Thread MP
New question #680194 on Sikuli: https://answers.launchpad.net/sikuli/+question/680194 So I am really happy my script works and is reading numbers perfectly. I tested this with "print region.text()". But now I want that if he reads a "1" that he does action 1. I tried the following code but I

Re: [Sikuli-driver] [Question #680188]: match() if not found what value does it give?

2019-04-11 Thread MP
Question #680188 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680188 Status: Answered => Solved MP 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

[Sikuli-driver] [Question #680188]: match() if not found what value does it give?

2019-04-11 Thread MP
New question #680188 on Sikuli: https://answers.launchpad.net/sikuli/+question/680188 In the code below I am learning the basics. But I cant seem to give a "not found" popup when he didnt find the image. 1) what is wrong in the code to give a not found popup? 2) what is the value the find gives

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-11 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Solved MP confirmed that the question is solved: I only want to read info from the screen, I dont use any keystrokes or mouse strokes on the website itself with a bot. I go

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-10 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: Thx again, I am just trying to grasp it. Which is not easy. I will practice a bit more and yes, I gonna stay on my workflow step by step. I t

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-10 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: 1) "at beginning of handler just wait 3 seconds and then make your compare/find logic on event.getRegion()." Well isnt this the p

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-10 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 MP gave more information on the question: Cause as mentioned in number one, it just doesnt work, even with a wait 6 , he still ignore the wait 6 and just makes an instant observe start shot. (just trying

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-10 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: I now understand better the mechanics behind it. " - at observestart a shot of the region is taken" 1) I want that shot is being

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-10 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: I tested a lot this morning. And I also used your icon. With the icon and other tests I conclude that the code works when 1 frame, screen cha

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-09 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 MP gave more information on the question: Even scrolling down this page (had my code on by accident) and I slide (slowly!) through a grey line of the website and end up in a white part. He still does

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-09 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Needs information => Open MP gave more information on the question: Hey, you gave me the idea to test my code on more things. If you just go on you tube, start my code and play something fo

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-09 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: Hey thx for the amazing support. I will stay here with my questions! I will be surely donating. :) I tryed the wait 2 at the place you told

Re: [Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-09 Thread MP
Question #680137 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680137 Status: Answered => Open MP is still having a problem: He is still giving me twice a red border indicating changes on that location. But I think I know the problem: I need to delay the screenshot mak

[Sikuli-driver] [Question #680137]: repeat([waitTime]) how is this syntax with a region onchange?

2019-04-09 Thread MP
New question #680137 on Sikuli: https://answers.launchpad.net/sikuli/+question/680137 So I am fiddling along, reading the docs and getting a better understanding of the commands. Yet what I do miss are basic simple examples to show the structure and syntax of the different commands. I got the

Re: [Sikuli-driver] [Question #680112]: 1.1.4 no toolbar on the left?

2019-04-08 Thread MP
Question #680112 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680112 Status: Answered => Solved MP confirmed that the question is solved: >From a beginner point of view the command bar is far from useless. I love to see the possible commands that I can use whe

Re: [Sikuli-driver] [Question #680112]: 1.1.4 no toolbar on the left?

2019-04-08 Thread MP
Question #680112 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/680112 Status: Answered => Open MP is still having a problem: Thx for the answer! Yes, the terminating works. I did something wrong. And to bad that toolbar is gone. I stay with 1.1.3 atm till I get bet

[Sikuli-driver] [Question #680112]: 1.1.4 no toolbar on the left?

2019-04-08 Thread MP
New question #680112 on Sikuli: https://answers.launchpad.net/sikuli/+question/680112 1) Because 1.1.4 wasnt working for me before, I used 1.1.3. As a total beginner in this programming environment I loved the tool bar on the left side of the screen. But it isnt there in 1.1.4 ??? 2) Also in

Re: [Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-08 Thread MP
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 MP 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 #679803]: Latest sikulix installer does nothing when double clicked

2019-04-08 Thread MP
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 Status: Answered => Solved MP confirmed that the question is solved: Thank you! That was the problem! It has to be 64 bit java version! It works lovely now! thx again! -- You received this quest

Re: [Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-07 Thread MP
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 Status: Answered => Open MP is still having a problem: Please look at t he link, the picture shows you the error I am getting. There is nothing wrong with the path Rofl, does none read top

Re: [Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-06 Thread MP
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 Status: Answered => Open MP is still having a problem: Did you even read my topic? I have 64bit AND java installed -- You received this question notification because your team Sikuli Driv

Re: [Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-06 Thread MP
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 MP posted a new comment: Did you even read my topic? I have 64bit AND java installed -- You received this question notification because your team Sikuli Drivers is an answer contact for Sikuli

Re: [Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-06 Thread MP
Question #679803 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/679803 MP gave more information on the question: I tryed the command line java -jar path-to/sikulix.jar But then I get the next error message: https://ibb.co/L161L5K -- You received this question notification

[Sikuli-driver] [Question #679803]: Latest sikulix installer does nothing when double clicked

2019-04-06 Thread MP
New question #679803 on Sikuli: https://answers.launchpad.net/sikuli/+question/679803 preq: installed latest JAva / phython Double clicking the jar file doesnt do anything... So I was forced to install 1.1.3 which works like normal. Using win 10 64bit Any help would be cool! Thx! -- You