Click or drag to resize

DocumentOCRThreadCount Property

Use this property to get or set the maximum number of OCR threads that can be launched in parallel during a single Recognize call.

Namespace:  Kofax.OmniPageCSDK.IproPlus
Assembly:  Kofax.OmniPageCSDK.IproPlus (in Kofax.OmniPageCSDK.IproPlus.dll) Version: 1.0.0.0
Syntax
public int OCRThreadCount { get; set; }

Property Value

Type: Int32
Remarks

A Zero value for this property sets auto mode which causes the engine to handle the optimal thread count based on the current hardware configuration. This means the system uses as many threads as there are processors in the current hardware configuration. If the number set is higher than zero, the thread count is still limited to the number of processors * 2.

The default value of this property is 0.

See Also