Property ExtractionFailedDropRatio
- Namespace
- LMKit.Retrieval.ChunkQuality
- Assembly
- LM-Kit.NET.dll
ExtractionFailedDropRatio
Fraction of a document's chunks that must be dropped as noise (binary noise, mojibake, encoding artifacts) for LooksExtractionFailed to report the document's text extraction as failed. Default: 0.6.
public double ExtractionFailedDropRatio { get; set; }
Property Value
Exceptions
- ArgumentOutOfRangeException
The value is outside (0, 1].