Posts: 129
Threads: 1
Joined: Dec 2014
12-17-2014, 06:13 PM
(This post was last modified: 12-17-2014, 06:21 PM by AtoZ.)
Posts: 129
Threads: 1
Joined: Dec 2014
12-17-2014, 06:49 PM
(This post was last modified: 12-17-2014, 06:50 PM by AtoZ.)
I need a sample code for me to learn. It'll be hard for a non-coder like me. Anyone?
Question in mind: what if there are two or more images ex. 111_111? will image search detect more than one coordinates?
Posts: 129
Threads: 1
Joined: Dec 2014
12-17-2014, 07:57 PM
(This post was last modified: 12-17-2014, 08:04 PM by AtoZ.)
;Global $Left = 54, $Top = 81, $Right = 745, $Bottom = 555
BS resolution=860x720
I used that coordinates for me not to have tesseract number bugs on the left.
I used scale=4 because sometimes tesseract failed to read the capture but it becomes too sensitive it generates more digits than scale of 2. But 2 is also good and less snowfall.
here is the result:
Use scale=2 but must indent the left properly because I didn't factor the left most errors to my string manipulation code I posted.
Posts: 129
Threads: 1
Joined: Dec 2014
12-17-2014, 08:13 PM
(This post was last modified: 12-17-2014, 08:16 PM by AtoZ.)
More result:
AND this is the Tesseract read Line BUG that has 0 in it probably due to snow falls:
The upper data of the msgbox is the tesseract reading. The lowest part is the result. I think these 2 pictures here I used scale=2.