LEADTOOLS OCR (Leadtools.Forms.Ocr assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
IOcrAutoRecognizeJob Interface
See Also  Members  
Leadtools.Forms.Ocr Namespace : IOcrAutoRecognizeJob Interface



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

Syntax

Visual Basic (Declaration) 
Public Interface IOcrAutoRecognizeJob 
Visual Basic (Usage)Copy Code
Dim instance As IOcrAutoRecognizeJob
C# 
public interface IOcrAutoRecognizeJob 
C++/CLI 
public interface class IOcrAutoRecognizeJob 

Example

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 IOcrAutoRecognizeManager.CreateJob to create the IOcrAutoRecognizeJob object. Finally pass this job to either IOcrAutoRecognizeManager.RunJob or IOcrAutoRecognizeManager.RunJobAsync.

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

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

IOcrAutoRecognizeJob requires an OCR module license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features