SetFastModeOCR_A

This action set to TRUE provides 2-2.5 times faster recognition speed at the cost of a moderately increased error rate (1.5-2 times more errors).

Member of namespace

ocr_a

Syntax

bool SetFastModeOCR_A (StrParam)

Parameters

True Enables Fast Mode which sacrifices recognition quality over speed.

False: Disables Fast Mode causing the recognition to run slower, but provides more accurate results.

If no parameter is specified, the value defaults to False.

Returns

Always True.

Level

All.

Details

This action set to TRUE provides 2-2.5 times faster recognition speed at the cost of a moderately increased error rate (1.5-2 times more errors).

It is recommended to disable fast mode if you are performing field level recognition because you will sacrifice quality yet see negligible speed increase at the field level.

If you use this action, it must be called prior to recognition.

Example:
SetFastModeOCR_A("True")