←Select platform

OcrEngineSettings Property

Summary

Setting for the OCR engine to use during the conversion.

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

Property Value

The setting for the OCR engine to use during the conversion. The default value is null.

Remarks

If this property is set, then this value should be set to the OCR settings serialized as a string. The runner will create a new IOcrEngine instance and use the settings from this value during the conversion.

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