ImageGear for .NET
ImGearRecDecompositionMethod Enumeration
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace : ImGearRecDecompositionMethod Enumeration




Glossary Item Box

Identifies methods for decomposing the document into zones.

Syntax

 
Visual Basic
C#
Managed Extensions for C++
C++/CLI
 
 

Members

MemberValueDescription
AUTO0Specifies that the toolkit will determine at run-time whether the LEGACY or STANDARD algorithm will be applied.
FAST3This 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.
LEGACY1Identifies the page-parsing algorithm exclusively used in the OmniPage toolkit before its version 11.0.
STANDARD2Identifies 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

©2013. Accusoft Corporation. All Rights Reserved.