←Select platform

AutoFormsEngineCreateOptions Class

Summary

Options to use when creating a new AutoFormsEngine.

Syntax
C#
VB
C++
Java
public class AutoFormsEngineCreateOptions 
Public Class AutoFormsEngineCreateOptions 
public ref class AutoFormsEngineCreateOptions 
public class AutoFormsEngineCreateOptions 
Remarks

AutoFormsEngineCreateOptions contains the following members:

Member Description
Repository
Repository of Master Forms.
RecognitionOcrEngine
OCR engine used for form recognition.
ProcessingOcrEngine
OCR engine used for field processing
BarcodeEngine
Engine for barcode recognition and processing.
Managers
Object Managers to be used to recognize forms and generate Master Forms attributes.
MinimumConfidenceKnownForm
Minimum confidence value to decide that the Form type result is a known type.
MinimumConfidenceRecognized
Minimum confidence value to decide that the Form type is recognized and no further comparison with Master Forms is needed.
RecognizeFirstPageOnly
Recognize the form based on the first page only.

If RecognitionOcrEngine is null, OcrObjectsManager will not be used for recognition and when ProcessingOcrEngine is null, TextFormField and OmrFormField will not be processed.

If BarcodeEngine is null, BarcodeObjectsManager will not be used for recognition and BarcodeFormField will not be processed.

The recognition Object Managers will be set to the managers used to generate the Master Forms in this Repository.

Important: Different OCR engines might have slight differences in form alignment and recognition. Therefore, it is best to use the same OcrEngineType when generating the master forms and when recognizing and processing forms.

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.