OCR engine used for form recognition.
public IOcrEngine RecognitionOcrEngine { get; set; }
Public Property RecognitionOcrEngine() As IOcrEngine
Get
Set
public:
property IOcrEngine^ RecognitionOcrEngine
{
IOcrEngine^ get()
void set(IOcrEngine^ value)
}
The OCR engine instance used for form recognition. Default value is null.
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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET