Error processing SSI file
LEADTOOLS OCR (Leadtools.Forms.Ocr assembly)

Show in webframe

IOcrAutoRecognizeJob Interface








Members 
Specifies an OCR job that can run and tracked by IOcrAutoRecognizeManager.
Object Model
Syntax
public interface IOcrAutoRecognizeJob : System.IDisposable  
'Declaration
 
Public Interface IOcrAutoRecognizeJob 
   Inherits System.IDisposable 
'Usage
 
Dim instance As IOcrAutoRecognizeJob
@interface LTOcrAutoRecognizeJob : NSObject
public class OcrAutoRecognizeJob
function Leadtools.Forms.Ocr.IOcrAutoRecognizeJob() System.IDisposable 
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

See Also

Reference

IOcrAutoRecognizeJob Members
Leadtools.Forms.Ocr Namespace
Programming with LEADTOOLS .NET OCR

Error processing SSI file
Leadtools.Forms.Ocr requires a Recognition or Document Imaging Suite license and unlock key. For more information, refer to: LEADTOOLS Toolkit Features