C#
VB
C++
Gets the OCR engine used for processing.
public IOcrEngine ProcessingOcrEngine { get; }
Public ReadOnly Property ProcessingOcrEngine() As IOcrEngine
Get
public:
property IOcrEngine^ ProcessingOcrEngine
{
IOcrEngine^ get()
}
The OCR engine used for processing.
This is the same value passed to AutoFormsEngineCreateOptions.ProcessingOcrEngine 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