←Select platform

OcrEngineName Property

Summary

Name of the OCR engine to use with the conversion.

Syntax
C#
VB
C++
public string OcrEngineName { get; set; } 
Public Property OcrEngineName() As String 
   Get 
   Set 
public:  
   property String^ OcrEngineName 
   { 
      String^ get() 
      void set(String^ value) 
   } 

Property Value

The name of the OCR engine to use with the conversion. The default value is null.

Remarks

If this property is set, then this value should be set to one of the OcrEngineType enumeration members as string. The runner will create a new IOcrEngine instance from this type and use it during the conversion.

Example

For an example, refer to StatusJobDataRunner.

Requirements
Target Platforms
Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Document.Converter Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.