←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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Processing.Omr Assembly