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

Defines a minimum height for recognized characters.

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