Table of Contents

Property LooksExtractionFailed

Namespace
LMKit.Retrieval.ChunkQuality
Assembly
LM-Kit.NET.dll

LooksExtractionFailed

true when the document's chunks were overwhelmingly dropped as extraction noise (see ExtractionFailedDropRatio), which usually means the source document's text layer is unusable and the document should be re-extracted (for example with OCR) rather than indexed.

public bool LooksExtractionFailed { get; }

Property Value

bool
Share