←Select platform

FormsRecognitionMethod Enumeration

Summary

Represents the Method used for recognition.

Syntax

C#
VB
C++
Java
[SerializableAttribute()] 
public enum FormsRecognitionMethod 
  
<SerializableAttribute()> 
Public Enum FormsRecognitionMethod  
   Inherits System.Enum 
   Implements System.IComparable, System.IConvertible, System.IFormattable  
public final class FormsRecognitionMethod 
    extends java.lang.Enum<FormsRecognitionMethod> 
[SerializableAttribute()] 
public enum class FormsRecognitionMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable   

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.

Example

For an example, refer to Leadtools.Forms.Recognition.PageRecognitionOptions.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.