CCONormalization_OFF
Prevents the automatic running of NormalizeCCO procedures after a full-page recognition action was run.
Member of namespace
Recog_SharedSyntax
bool CCONormalization_OFF ()
Parameters
None.Returns
False if the action does not run at the Page level. Otherwise, True.Level
Page level.Details
A full-page recognition action such as RecognizePageICR_C automatically calls the NormalizeCCO action, which is thorough but time-consuming, after recognition is complete. This action is part of the cco2cco.rrx file.To bypass this procedure, place CCONormalization_OFF just before the recognition action.
- Example
CCONormalization_OFF() RecognizePageICR_C()