If you are referring to the confidence level values returned by Tesseract these are expressed as "costs" which means a higher values is a lower confidence in returned characters. In any case: why would you ever expect Tesseract to say it's 100% sure ever about anything (even when it happens to be correctly guessing a word)? Confused.
Patrick On Oct 18, 9:58 am, emre <[email protected]> wrote: > Hi i can get the qualities of words in an image. Although the words > are right , the quality of each word is not 100% , they are 95% , i > want to know what makes the decrease of 5% ? > > The formula i used is : //Confidence get rate > IntAverage = > Math.Min(100, Math.Max(0, 100 + 5 * IntAverage)); -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en

