Link Search Menu Expand Document

BaseTextExtractorOCRMaximizeCPUUtilization Property

Gets or sets maximum OCR performance using Intel OpenMP (if available) to accelerate to approximately 30%. Default is false.

Namespace:Bytescout.PDFExtractor
Assembly: Bytescout.PDFExtractor (in Bytescout.PDFExtractor.dll) Version: 13.4.0.4760-master
Syntax
public bool OCRMaximizeCPUUtilization { get; set; }

Property Value

Type: Boolean

Implements

IBaseOCRExtractorOCRMaximizeCPUUtilization
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