←Select platform

ForProcessing Property

Summary

Indicate that the engine must use the processing OCR engine if needed.

Syntax
C#
C++/CLI
Java
Python
public bool ForProcessing { get; set; } 
public:  
   property bool ForProcessing 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getForProcessing(); 
setForProcessing( 
   boolean 
); 
ForProcessing # get and set (AutoFormsEnginePageRecognitionOptions) 

Property Value

true to use processing OCR engine if needed, otherwise; false. Default value is true.

Remarks

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.

Requirements

Target Platforms

Help Version 22.0.2023.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.