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

Namespace:  ByteScout.DocumentParser
Assembly:  ByteScout.DocumentParser (in ByteScout.DocumentParser.dll) Version: 6.4.1.617-master
Syntax

public bool OCRMaximizeCPUUtilization { 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