sikuli-driver team mailing list archive
-
sikuli-driver team
-
Mailing list archive
-
Message #54798
Re: [Question #689782]: Region text read not always returning correct text
Question #689782 on Sikuli changed:
https://answers.launchpad.net/sikuli/+question/689782
Status: Open => Needs information
Manfred Hampl requested more information:
You have to be aware that OCR always has some problems distinguishing
special characters like ®, © and @.
Your text is somewhat contradictory. You talk about ascii 169 and ')',
but as far as I know ascii 169(dec) is ®, and ')' is ascii code 41(dec).
The decoding log of your program shows (in the second round) @ 64(dec)
instead.
If you use copy/paste on the values on screen, what do you get?
And what are the contents of ascii_text immediately after the "ascii_text = ascii_reg.text()" statement?
--
You received this question notification because your team Sikuli Drivers
is an answer contact for Sikuli.