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

Namespace:  ByteScout.InvoiceParser
Assembly:  ByteScout.InvoiceParser (in ByteScout.InvoiceParser.dll) Version: 3.0.0.357-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