VintaSoft Imaging .NET SDK 15.1: 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 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.
Public PropertyGets or sets the region on image which should be recognized.
Public PropertyGets an information about recognition time.
Public PropertyGets an array of languages, which are supported for text 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