←Select platform

OcrEngine Property

Summary

The initialized OCR engine object to be used to recognize OCR text.

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

Property Value

An initialized object of type IOcrEngine. The default value is null.

Remarks

LEADTOOLS OCR engine is used to extract text information from the provided images in both types of forms ITemplateForm and IRecognitionForm.

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

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