Indicate that the engine must use the processing OCR engine if needed.
public bool ForProcessing { get; set; }
public:
property bool ForProcessing
{
bool get()
void set(bool value)
}
public boolean getForProcessing();
public void setForProcessing(
boolean booleanValue
);
ForProcessing # get and set (AutoFormsEnginePageRecognitionOptions)
true to use processing OCR engine if needed, otherwise; false. Default value is true.
When the value of ForProcessing is true (the default), the engine will use AutoFormsEngine.ProcessingOcrEngine when OCRing of the raster image is required. This OCR engine is optimized for accuracy over speed to ensure optimal extraction of the text from the fields and is the most common scenario.
If the value is false, the engine will use AutoFormsEngine.RecognitionOcrEngine when OCRing of the raster image is required. This OCR engine is optimized for speed over accuracy to ensure optimal speed when recognizing an uknown form page and using it to extract text field might not produce the most accurate results.
AutoFormsEnginePageRecognitionOptions Class
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