←Select platform

ProcessingOcrEngine Property

Summary

OCR engine used for field processing.

Syntax
C#
C++/CLI
Java
Python
public IOcrEngine ProcessingOcrEngine { get; set; } 
public:  
   property IOcrEngine^ ProcessingOcrEngine 
   { 
      IOcrEngine^ get() 
      void set(IOcrEngine^ value) 
   } 
public OcrEngine getProcessingOcrEngine(); 
public void setProcessingOcrEngine( 
   OcrEngine ocrEngine 
); 
ProcessingOcrEngine # get and set (AutoFormsEngineCreateOptions) 

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 how to obtain an OCR engine for processing.

This value will be set in AutoFormsEngine.ProcessingOcrEngine.

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

Requirements

Target Platforms

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

Leadtools.Forms.Auto Assembly

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