ImageGear .NET - Updated
ImGearRecDecompositionMethod Enumeration




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecDecompositionMethod Enumeration
Identifies methods for decomposing the document into zones.
Syntax
'Declaration
 
Public Enum ImGearRecDecompositionMethod 
   Inherits System.Enum
'Usage
 
Dim instance As ImGearRecDecompositionMethod
public enum ImGearRecDecompositionMethod : System.Enum 
__value public enum ImGearRecDecompositionMethod : public System.Enum 
public enum class ImGearRecDecompositionMethod : public System.Enum 
Members
MemberDescription
AUTOSpecifies that the toolkit will determine at run-time whether the LEGACY or STANDARD algorithm will be applied.
FASTThis algorithm can be treated as a simplified variant of LEGACY. This algorithm doesn't try to find tables on the page. It is the fastest (but least accurate) parsing algorithm available. Use only for simple page parsing tasks.
LEGACYIdentifies the page-parsing algorithm exclusively used in the OmniPage toolkit before its version 11.0.
STANDARDIdentifies the most accurate page parsing algorithm of the Recognition component.
Remarks
Applying the STANDARD algorithm results in better throughput in overall accuracy, though in some complex cases it might require significantly more time to complete.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ImageGear.Recognition.ImGearRecDecompositionMethod

See Also

Reference

ImageGear.Recognition Namespace