←Select platform

OcrEngine Property

Summary

OCR engine instance being used by this job.

Syntax
C#
VB
C++
public IOcrEngine OcrEngine { get; } 
Public ReadOnly Property OcrEngine() As IOcrEngine 
   Get 
public:  
   property IOcrEngine^ OcrEngine 
   { 
      IOcrEngine^ get() 
   } 

Property Value

The OCR engine instance being used by this job.

Remarks

This value is set by Prepare to the IOcrEngine instance being used to create the output document. This value can be either obtained from the object passed into StatusJobData.DocumentConverter or a new instance created by the runner.

Example

For an example, refer to StatusJobDataRunner.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly