←Select platform

OcrAutoRecognizeJobProgressEventArgs Class

Summary

Contains data for the IOcrAutoRecognizeManager.JobProgress event.

Syntax
C#
VB
C++
[SerializableAttribute()] 
public class OcrAutoRecognizeJobProgressEventArgs : EventArgs 
<SerializableAttribute()> 
Public Class OcrAutoRecognizeJobProgressEventArgs  
   Inherits System.EventArgs 
[SerializableAttribute()] 
public ref class OcrAutoRecognizeJobProgressEventArgs : public System.EventArgs  

Remarks

This is the equivalent of using standard OCR progress callbacks with the IOcrAutoRecognizeManager, the Data member will contain the same data passed to OcrProgressCallback.

Note that the IOcrAutoRecognizeManager.JobProgress will only occur if one thread is used during the recognition process.

IOcrAutoRecognizeManager allows you to modify the raster image, OCR page or OCR document during some parts of the operation. Refer to OcrAutoRecognizeJobOperationEventArgs.PageImage for more information an example.

Example

For an example, refer to IOcrAutoRecognizeManager.JobProgress.

Requirements

Target Platforms

Help Version 20.0.2020.4.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ocr Assembly