←Select platform

ForProcessing Property

Summary

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

Syntax
C#
VB
C++
Java
public bool ForProcessing { get; set; } 
Public Property ForProcessing() As Boolean 
   Get 
   Set 
public:  
   property bool ForProcessing 
   { 
      bool get() 
      void set(bool value) 
   } 
public boolean getForProcessing(); 
setForProcessing( 
   boolean 
); 

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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly

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