←Select platform

OcrEngine Property

Summary
Gets or sets the OCR engine that is going to be used for field processing.

Syntax
C#
VB
C++
Java
public IOcrEngine OcrEngine { get; set; } 
  
Public Property OcrEngine As IOcrEngine 
public OcrEngine getOcrEngine(); 
public void setOcrEngine( 
   OcrEngine ocrEngine 
); 
public: 
property IOcrEngine^ OcrEngine { 
   IOcrEngine^ get(); 
   void set (    IOcrEngine^ ); 
} 

Property Value

The OCR engine used to recognize text and OMR.

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.Processing Assembly

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