←Select platform

FormsRecognitionMethod Enumeration

Summary
Represents the Method used for recognition.

Syntax
C#
C++/CLI
Java
Python
[SerializableAttribute()] 
public enum FormsRecognitionMethod 
public final class FormsRecognitionMethod 
    extends java.lang.Enum<FormsRecognitionMethod> 
[SerializableAttribute()] 
public enum class FormsRecognitionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   
class FormsRecognitionMethod(Enum): 
   Complex = 0 
   Simple = 1 
Members
ValueMemberDescription
0ComplexComplex Method that takes more time than the Simple Method, but can recognize almost all forms. This method is affected by which FormsTradeoffMode is selected in the Leadtools.Forms.Recognition.PageRecognitionOptions.
1SimpleSimple method that takes less time than the Complex Method. Although it can recognize most forms passed to it, it cannot recognize forms that contain invoices.
Remarks

FormsRecognitionMethod provides main methods used to recognize and process forms. FormsRecognitionMethod is used in Leadtools.Forms.Recognition.PageRecognitionOptions.

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.

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