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

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

C#
public int OCRTesseractGetCharCount();
Visual Basic
Public Function OCRTesseractGetCharCount() As Integer
Returns

The number of characters recognized.

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.