VintaSoft Imaging .NET SDK 14.1: Documentation for .NET developer
Vintasoft.Imaging.Ocr.ML.HandwrittenDigits Namespace / HandwrittenDigitsOcrEngine Class
Constructors Properties Methods Events SeeAlso
In This Topic
    HandwrittenDigitsOcrEngine Class Members
    In This Topic
    The following tables list the members exposed by HandwrittenDigitsOcrEngine.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the HandwrittenDigitsOcrEngine class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a ChangePixelFormatToBlackWhiteCommand that is used for binarization of the source image before text recognition. (Inherited from OcrEngine)
    Public PropertyGets the type of the OCR engine.
    Public PropertyGets or sets a processing command that is used for preprocessing of the source image after Binarization and before text recognition. (Inherited from OcrEngine)
    Public PropertyGets or sets the region on image which should be recognized. (Inherited from OcrEngine)
    Public PropertyGets an information about recognition time.
    Public PropertyGets an array of supported languages for recognition.
    Public Methods
     NameDescription
    Public MethodClears the current image, which is specified by the SetImage(VintasoftImage) method.
    Public MethodReturns the default recognition region splitting settings. (Inherited from OcrEngine)
    Public MethodInitializes the OCR engine.
    Public MethodOverloaded. Recognizes the current image and returns the result as .
    Public MethodSets the current image for recognition.
    Public MethodShutdowns the OCR engine.
    Protected Methods
     NameDescription
    Protected MethodRaises the Initialized event. (Inherited from OcrEngine)
    Protected MethodRaises the Progress event. (Inherited from OcrEngine)
    Public Events
     NameDescription
    Public EventOccur when OcrEngine is initialized (method Init(OcrEngineSettings) is finished). (Inherited from OcrEngine)
    Public EventOccurs when the image is recognizing, to provide status on the progress of the recognition. (Inherited from OcrEngine)
    See Also