SetFingerprintRecogPriority (deprecated)

This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the SetFingerprintRecognitionPriority action in the SharedRecognitionTools action library.

Sets the option that controls whether a full-page recognition action is to create a Fingerprint file(.cco) - aka a CCO file - for the current page.

Member of namespace

Recog_Shared

Syntax

bool SetFingerprintRecogPriority (StrParam)

Parameters

String value: True or False to control the creation of the CCO.
  • True: If a CCO already exists prior to recognition, it is replaced with a brand new one with recognition results.
  • False: If SetFingerprintRecogPriority is not called or is set to False and a CCO already exists prior to recognition, the recognition results will be added to that CCO.

Returns

Always True.

Level

All.

Details

This action sets the option that controls whether a full-page recognition action is to create a CCO file for the current page. When the option is On, processing is faster because the call to the AnalyzeImage action is eliminated.

The difference between creating a CCO from scratch with recognition results and adding the recognition results to the existing CCO created by AnalyzeImage is that in the adding case, the recognized characters are put into the CCO in a manner that uses a different fingerprinting technique.

Note: Be sure to place this action before a full-page recognition action.
Example
SetFingerprintRecogPriority(True)