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

The tesseract engine is based on a learning algorithm. Therefore, accuracy of a character recognition process can depend on previous OCR process. 

this function to reinitialize the Tesseract engine in its default configuration.

C#
public GdPictureStatus OCRTesseractReinit();
Visual Basic
Public Function OCRTesseractReinit() As GdPictureStatus
Returns

A member of the GdPictureStatus enumeration.

This function has impact on SaveAsPDFOCR, PdfAddGdPictureImageToPdfOCR, PdfOCRCreateFromMultipageTIFF & OCRTesseractDoOCR

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.