C#
VB
C++
Gets the OCR engine used for recognition.
public IOcrEngine RecognitionOcrEngine { get; }
Public ReadOnly Property RecognitionOcrEngine() As IOcrEngine
Get
public:
property IOcrEngine^ RecognitionOcrEngine
{
IOcrEngine^ get()
}
The OCR engine used for recognition.
This is the same value passed to AutoFormsEngineCreateOptions.RecognitionOcrEngine when this AutoFormsEngine is created.
Refer to CreateRecognitionOcrEngine for more information.
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