VintaSoft Imaging .NET SDK 12.4: Documentation for .NET developer
Vintasoft.Imaging.Ocr Namespace / OcrEngine Class
Constructors Properties Methods Events SeeAlso
In This Topic
    OcrEngine Class Members
    In This Topic
    The following tables list the members exposed by OcrEngine.
    Protected Constructors
     NameDescription
    Protected ConstructorInitializes a new instance of the OcrEngine class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a ChangePixelFormatToBlackWhiteCommand that is used for binarization of the source image before text recognition.
    Public PropertyGets or sets a processing command that is used for preprocessing of the source image after Binarization and before text recognition.
    Public PropertyGets or sets the region on image which should be recognized.
    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.
    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.
    Protected MethodRaises the Progress event.
    Public Events
     NameDescription
    Public EventOccur when OcrEngine is initialized (method Init(OcrEngineSettings) is finished).
    Public EventOccurs when the image is recognizing, to provide status on the progress of the recognition.
    See Also