Table of Contents

Method BeginDocument

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

BeginDocument()

Starts a gating session for one document. The session accumulates per-document state (duplicate detection, totals) and applies the neighbor-merge policy inside each page. Sessions are single-threaded and cheap; create one per document.

public DocumentChunkGateSession BeginDocument()

Returns

DocumentChunkGateSession
Share