C#
VB
C++
Represents the Method used for recognition.
Members
Value | Member | Description |
---|---|---|
0 | Complex | Complex 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. |
1 | Simple | Simple 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. |
FormsRecognitionMethod provides main methods used to recognize and process forms. FormsRecognitionMethod is used in Leadtools.Forms.Recognition.PageRecognitionOptions.
For an example, refer to Leadtools.Forms.Recognition.PageRecognitionOptions.