VintaSoft Imaging .NET SDK 12.3: Documentation for .NET developer
Vintasoft.Imaging.Ocr.Tesseract Namespace / TesseractOcrSettings Class
Constructors Properties Methods SeeAlso
In This Topic
    TesseractOcrSettings Class Members
    In This Topic
    The following tables list the members exposed by TesseractOcrSettings.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets or sets the whitelist of characters in recognized text.
    Public PropertyGets or sets the filename suffix of a custom dictionary.
    Public PropertyGets or sets the language for recognition. (Inherited from OcrEngineSettings)
    Public PropertyGets or sets the languages for recognition. (Inherited from OcrEngineSettings)
    Public PropertyGets or sets the maximum number of blobs (titles, paragraphs) a big blob can overlap.
    Public PropertyGets or sets the recognition mode of Tesseract OCR.
    Public PropertyGets or sets the type of the recognition region. (Inherited from OcrEngineSettings)
    Public PropertyGets or sets a value indicating whether the OCR engine should use the custom dictionaries.
    Public PropertyGets or sets a value indicating whether the Tesseract OCR engine must do additional analysis of OCR result and return OCR result with non-overlapping symbol regions.
    Public Methods
     NameDescription
    Public MethodCreates a new object that is a copy of the current TesseractOcrSettings instance.
    Public MethodPopulates a SerializationInfo with the data needed to serialize the target object.
    See Also