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

Defines a minimum width for recognized characters.

C#
public OCRTesseractSetMinCharWidth(
    int MinCharWidth
);
Visual Basic
Public Sub OCRTesseractSetMinCharWidth(
    ByVal MinCharWidth As Integer
)
Parameters
Parameters 
Description 
MinCharWidth 
The minimum 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.