Name | Description | |
---|---|---|
![]() | OcrEngine | Initializes a new instance of the OcrEngine class. |
Name | Description | |
---|---|---|
![]() | Binarization | Gets or sets a ChangePixelFormatToBlackWhiteCommand that is used for binarization of the source image before text recognition. |
![]() | EngineType | Gets the type of the OCR engine. |
![]() | Preprocessing | Gets or sets a processing command that is used for preprocessing of the source image after Binarization and before text recognition. |
![]() | RecognitionRegion | Gets or sets the region on image which should be recognized. |
![]() | RecognizeTime | Gets an information about recognition time. |
![]() | SupportedLanguages | Gets an array of languages, which are supported for text recognition. |
Name | Description | |
---|---|---|
![]() | ClearImage | Clears the current image, which is specified by the SetImage(VintasoftImage) method. |
![]() | GetDefaultRecognitionRegionSplittingSettings | Returns the default recognition region splitting settings. |
![]() | Init | Initializes the OCR engine. |
![]() | Recognize | Overloaded. Recognizes the current image and returns the result as |
![]() | SetImage | Sets the current image for recognition. |
![]() | Shutdown | Shutdowns the OCR engine. |
Name | Description | |
---|---|---|
![]() | OnInitialized | Raises the Initialized event. |
![]() | OnProgress | Raises the Progress event. |
Name | Description | |
---|---|---|
![]() | Initialized | Occur when OcrEngine is initialized (method Init(OcrEngineSettings) is finished). |
![]() | Progress | Occurs when the image is recognizing, to provide status on the progress of the recognition. |