Re: [Sikuli-driver] [Question #694279]: Region.text() - number Recognition

2020-12-02 Thread Javier Gonzales Rodriguez
Question #694279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694279 Javier Gonzales Rodriguez gave more information on the question: Hi Matteoa, Thanks for the information man, i appreciate it. I will try with this: OCR.globalOptions().configs("digits") OCR.globalOptions().

Re: [Sikuli-driver] [Question #694279]: Region.text() - number Recognition

2020-12-02 Thread Javier Gonzales Rodriguez
Question #694279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694279 Status: Needs information => Open Javier Gonzales Rodriguez gave more information on the question: Hi RaiMan, This is my code: #Regions to get information FirstReg = Region(1308,139,37,15) SecondReg =

Re: [Sikuli-driver] [Question #694147]: Sikuli Generate Documentation / help file of Custom Glasses

2020-12-02 Thread Chetan
Question #694147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694147 Status: Solved => Open Chetan is still having a problem: i am getting error in sikuli.py when using autodoc with sphinx WARNING: autodoc: failed to import module 'acrobat'; the following exception was r

Re: [Sikuli-driver] [Question #694279]: Region.text() - number Recognition

2020-12-02 Thread matteoa
Question #694279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694279 matteoa posted a new comment: Hello Javier, I've had the same problem and I managed to mitigate it with these functions: OCR.globalOptions().variable("tessedit_char_whitelist", "PCBU0123456789ABCDEF"

Re: [Sikuli-driver] [Question #694147]: Sikuli Generate Documentation / help file of Custom Glasses

2020-12-02 Thread Chetan
Question #694147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694147 Status: Answered => Solved Chetan confirmed that the question is solved: Thanks Raiman i am using Using Jython. will try this out and update -- You received this question notification because your team

Re: [Sikuli-driver] [Question #694279]: Region.text() - number Recognition

2020-12-02 Thread RaiMan
Question #694279 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694279 Status: Open => Needs information RaiMan requested more information: please paste a relevant part of your code. -- You received this question notification because your team Sikuli Drivers is an answer

Re: [Sikuli-driver] [Question #694147]: Sikuli Generate Documentation / help file of Custom Glasses

2020-12-02 Thread RaiMan
Question #694147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694147 RaiMan proposed the following answer: I guess you have to edit the Sphinx conf.py to include the SikuliX Lib folder in sys.path. I found an interesting post: https://developer.ridgerun.com/wiki/index.php/How

Re: [Sikuli-driver] [Question #694147]: Sikuli Generate Documentation / help file of Custom Glasses

2020-12-02 Thread Chetan
Question #694147 on Sikuli changed: https://answers.launchpad.net/sikuli/+question/694147 Chetan posted a new comment: the error ins questions is ImportError: Error importing 'acrobat': ModuleNotFoundError: No module named 'sikuli' this is seen when using pdoc -- You received this question noti