Indicate that the engine must use the processing OCR engine if needed.
public bool ForProcessing { get; set; }
Public Property ForProcessing() As Boolean
Get
Set
public:
property bool ForProcessing
{
bool get()
void set(bool value)
}
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
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