←Select platform

IOcrAutoRecognizeJob Interface

Summary

Specifies an OCR job that can run and tracked by IOcrAutoRecognizeManager.

Syntax
C#
VB
Objective-C
C++
Java
public interface IOcrAutoRecognizeJob : IDisposable 
Public Interface IOcrAutoRecognizeJob  
   Inherits System.IDisposable  
@interface LTOcrAutoRecognizeJob : NSObject 
public class OcrAutoRecognizeJob 
public interface class IOcrAutoRecognizeJob : public System.IDisposable   

Remarks

To run an OCR job with IOcrAutoRecognizeManager, first initialize a new OcrAutoRecognizeJobData object with the job's parameters (input image file name, pages, output document format, output document name, optional zones file name, etc.), then use CreateJob to create the IOcrAutoRecognizeJob object. Finally pass this job to either RunJob or RunJobAsync.

The job instance can also be tracked and obtained through the JobStarted, JobProgress and JobCompleted events through the event data (OcrAutoRecognizeRunJobEventArgs.Job or OcrAutoRecognizeJobProgressEventArgs.Job) and the JobOperation event through its event data (OcrAutoRecognizeJobOperationEventArgs.Job.

IOcrAutoRecognizeJob implements the IDisposable interface and you must call the IDisposable.Dispose method on the instance after it is no longer used.

Example

For an example, refer to RunJob and RunJobAsync.

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