←Select platform

ForProcessing Property

Summary

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

Syntax

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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Forms.Auto Assembly