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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document