BaseRecognizerMaximizeCPUUtilization Property ByteScout Text Recognition SDK
Gets or sets maximum OCR performance using Intel OpenMP (if available) to accelerate to approximately 30%. Default is false.

Namespace:  ByteScout.TextRecognition
Assembly:  ByteScout.TextRecognition (in ByteScout.TextRecognition.dll) Version: 2.6.1.323-master
Syntax

public bool MaximizeCPUUtilization { get; set; }

Property Value

Type: Boolean
Remarks

This option improves OCR performance by approximately 30% at the cost of maximum CPU utilization. If your application is for a desktop or a dedicated server, feel free to enable this option. But if you run the application on shared virtual hosting, the maximized CPU utilization may be undesirable.
See Also

Reference