Link Search Menu Expand Document

OCRAnalysisResultsGammaCorrection Property

Gets whether the gamma correction filter is recommended. Can be added manually using AddGammaCorrection(Double) method.

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

Property Value

Type: Double
Remarks
Compare the value with NaN to determine whether the gamma correction is recommended. See IsNaN(Double).
See Also

Reference