ImageGear for .NET
DecompMethod Property
See Also  Send Feedback
ImageGear21.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecRecognitionSettings Class : DecompMethod Property




Glossary Item Box

Gets or sets decomposition method is used.

Syntax

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

Property Value

ImGearRecDecompositionMethod enumeration value.

Remarks

This property is used to specify the Page parser algorithm setting. This setting is applied whenever the auto-zoning algorithm is activated. The following algorithms are available:
  • AUTO - Specifies that the recognition engine will determine at run-time which page parser algorithm will be applied. (Default.)
  • FAST - This 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 it only for simple page parsing tasks!
  • LEGACY - The page-parsing algorithm used in the toolkit till version 10.0.
  • STANDARD - The most accurate page parsing algorithm of the recognition engine.

See Also

©2013. Accusoft Corporation. All Rights Reserved.