Specifies an OCR job that can run and tracked by IOcrAutoRecognizeManager.
public interface IOcrAutoRecognizeJob : IDisposable
Public Interface IOcrAutoRecognizeJob
Inherits System.IDisposable
@interface LTOcrAutoRecognizeJob : NSObject
public class OcrAutoRecognizeJob
public interface class IOcrAutoRecognizeJob : public System.IDisposable
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.
For an example, refer to RunJob and RunJobAsync.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET