OCR engine used for field processing.
public IOcrEngine ProcessingOcrEngine { get; set; }
public:
property IOcrEngine^ ProcessingOcrEngine
{
IOcrEngine^ get()
void set(IOcrEngine^ value)
}
ProcessingOcrEngine # get and set (AutoFormsEngineCreateOptions)
The OCR engine instance used for field processing. 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 processing.
This value will be set in AutoFormsEngine.ProcessingOcrEngine.
It is the user responsibility to keep this object alive and dispose it after AutoFormsEngine is disposed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document