Visual Basic
C#
Managed Extensions for C++
C++/CLI
Property Value
ImGearRecDecompositionMethod enumeration value.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.