Page parse method.
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. |
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.