ImageGear for C and C++ on Windows v19.3 - Updated
enumIGRecDecompMethod
API Reference Guide > Recognition Component API Reference > Recognition Component Enumerations Reference > enumIGRecDecompMethod

Page parse method.

Values:

IG_REC_DCM_AUTO Automatic. The Engine will determine at runtime which algorithm will be applied. This depends on the trade-off and language settings. (Default)
IG_REC_DCM_LEGACY Simple page decomposition. This is faster but less accurate than Standard.
IG_REC_DCM_STANDARD The most accurate page parsing module.
IG_REC_DCM_FAST This algorithm can be treated as a simplified variant of IG_REC_DCM_LEGACY: this algorithm does not 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.

Remarks:

This enum lists the possible values of the Page parser algorithm settings of the Engine. This setting makes it possible to specify one of the three different page parser algorithms.