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

Reply via email to