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

Defines a maximum height for recognized characters.

C#
public OCRTesseractSetMaxCharWidth(
    int MaxCharWidth
);
Visual Basic
Public Sub OCRTesseractSetMaxCharWidth(
    ByVal MaxCharWidth As Integer
)
Parameters
Parameters 
Description 
MaxCharWidth 
The maximum width. Use 0 for no filter. 

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.