EnableParallelRecognition property (ILEADRasterDocument)
BOOL EnableParallelRecognition | |
Overview |
Remarks
Enables or disables the Parallel Recognition Mode of the OCR engine. Possible values are:
Setting |
Description |
TRUE |
Enable the Parallel Recognition Mode. (default) |
FALSE |
Disable the Parallel Recognition Mode. |
If the host PC has two processors or a hyper-threaded one, enabling the Parallel Recognition Mode can speed up the recognition process by allowing the two recognition engines to run in parallel.
The OCR engine may use Parallel Recognition Mode when a zone is associated with any of the following recognition modules:
RECOGMODULE_MTEXT_OMNIFONT
RECOGMODULE_OMNIFONT_FRX
RECOGMODULE_OMNIFONT_PLUS3W
If this property is not set within an application, then by default, parallel recognition is enabled.
To get information on a particular zone, call the GetZoneInfo method. The recognition module associated with the zone is found in the RecognizeModule property of the ILTZoneData object that is updated by the GetZoneInfo method.
See Also
Elements: |
|
Topics: |
|
|
|
|
|
|