←Select platform

ProcessingOcrEngine Property

Summary

OCR engine used for field processing.

Syntax

C#
VB
C++
public IOcrEngine ProcessingOcrEngine { get; set; } 
Public Property ProcessingOcrEngine() As IOcrEngine 
   Get 
   Set 
public:  
   property IOcrEngine^ ProcessingOcrEngine 
   { 
      IOcrEngine^ get() 
      void set(IOcrEngine^ value) 
   } 

Property Value

The OCR engine instance used for field processing. Default value is null.

Remarks

If RecognitionOcrEngine is null, OcrObjectsManager will not be used for recognition and when ProcessingOcrEngine is null, TextFormField and OmrFormField will not be processed.

Refer to CreateRecognitionOcrEngine for more information on the how to obtain an OCR engine for processing.

This value will be set in AutoFormsEngine.ProcessingOcrEngine.

It is the user responsibility to keep this object alive and dispose it after AutoFormsEngine is disposed.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly