Name | Description | |
---|---|---|
![]() | FormRecognitionManager | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | FormRecognitionManager | Overloaded. Initializes a new instance of the |
Name | Description | |
---|---|---|
![]() | FormTemplates | Gets the form page template manager used during the forms recognition. |
![]() | MaxThreads | Gets or sets the maximum count of threads that can be used for forms recognition. |
![]() | TemplateImages | Gets or sets the collection of template images. |
![]() | TemplateMatching | Gets the command used for the template matching during the forms processing. |
Name | Description | |
---|---|---|
![]() | Dispose | Releases all resources used by this FormRecognitionManager object. |
![]() | Recognize | Overloaded. Recognizes forms in the specified image synchronously. |
![]() | RecognizeAsync | Recognizes forms in the specified image asynchronously. |
Name | Description | |
---|---|---|
![]() | OnImageRecognitionError | Raises the ImageRecognitionError event. |
![]() | OnImageRecognitionFinished | Raises the ImageRecognitionFinished event. |
![]() | OnImageRecognitionStarted | Raises the ImageRecognitionStarted event. |
![]() | OnRecognitionFinished | Raises the RecognitionFinished event. |
![]() | OnRecognitionProgress | Raises the RecognitionProgress event. |
![]() | OnRecognitionStarted | Raises the RecognitionStarted event. |
Name | Description | |
---|---|---|
![]() | ImageRecognitionError | Occurs when exception is thrown during image recognition. |
![]() | ImageRecognitionFinished | Occurs when recognition of an image is finished. |
![]() | ImageRecognitionStarted | Occurs when recognition of an image is started. |
![]() | RecognitionFinished | Occurs when recognition is finished. |
![]() | RecognitionProgress | Occurs when the progress of recognition is changed. |
![]() | RecognitionStarted | Occurs when recognition is started. |