←Select platform

RecognitionOcrEngine Property

Summary

OCR engine used for form recognition.

Syntax
C#
VB
C++
Java
public IOcrEngine RecognitionOcrEngine { get; set; } 
Public Property RecognitionOcrEngine() As IOcrEngine 
   Get 
   Set 
public:  
   property IOcrEngine^ RecognitionOcrEngine 
   { 
      IOcrEngine^ get() 
      void set(IOcrEngine^ value) 
   } 
getRecognitionOcrEngine(); 
public void setRecognitionOcrEngine( 
   OcrEngine 
); 

Property Value

The OCR engine instance used for form recognition. 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 recognition.

This value will be set in AutoFormsEngine.RecognitionOcrEngine.

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

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.Forms.Auto Assembly

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