I've made this little utility that can determine what numbers are on a jpg image. I'm using the point method for a Picture box to determine what color the pixels are for a given area, and from that data determine what the number is.
There seems to be a problem in that each user's system will return different data when the point method is used. I thought I had overcome this problem, but apparently not. Could someone test this out for me and post what values you get in the Textbox2, for all 3 images that I've included.
BTW: If it works correctly for you then a Textbox1 will display what the correct number is.