Specifies the Page parser algorithm setting.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_REC_decomp_method_set( enumIGRecDecompMethod Algorithm ); |
Name | Type | Description |
---|---|---|
Algorithm | enumIGRecDecompMethod | Page parser algorithm to be set. |
This function does not process image pixels.
Copy Code
|
|
---|---|
AT_ERRCOUNT ErrCount = 0; ErrCount += IG_REC_decomp_method_set(IG_REC_DCM_AUTO); |
This setting is applied whenever the auto-zoning algorithm is activated.