You are here: GdPicture.NET > Documentation > Classes > GdPictureImaging Class > GdPictureImaging Methods > OCR Extension (Tesseract) > OCRTesseractGetCharConfidence Method
logo.gif
ContentsIndexHome
PreviousUpNext
GdPictureImaging.OCRTesseractGetCharConfidence Method

This function returns the confidence of one of the characters recognized during the last OCR process done by the OCRTesseractDoOCR() function.

C#
public Single OCRTesseractGetCharConfidence(
    int CharNo
);
Visual Basic
Public Function OCRTesseractGetCharConfidence(
    ByVal CharNo As Integer
) As Single
Parameters
Parameters 
Description 
CharNo 
The character index between 1 and the number of recognized characters returned by the OCRTesseractGetCharCount() function.  
Returns

Confidence between 0 and 100. 0=perfect, 100=reject

This function must be used only after the OCRTesseractDoOCR() function. 

This function requires the optional GdPicture Tesseract Plugin. This Plugin must be unlocked with the SetLicenseNumberOCRTesseract() function.

What do you think about this topic? Send feedback!
Copyright (c) 2009-2011 www.gdpicture.com. All rights reserved.