←Select platform

AutoFormsEngineCreateOptions Class

Summary

Options to use when creating a new AutoFormsEngine.

Syntax
C#
C++/CLI
Java
Python
public class AutoFormsEngineCreateOptions 
public ref class AutoFormsEngineCreateOptions 
public class AutoFormsEngineCreateOptions 
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 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 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.