Table of Contents

Class ExtractionOptions

Namespace
Qavren.Edge.Ingestion
Assembly
Qavren.Edge.Ingestion.dll

Extractor-agnostic knobs. Per-format options live on the satellites' own option types.

public sealed class ExtractionOptions
Inheritance
ExtractionOptions
Inherited Members

Properties

NonSeekableBufferLimitBytes

A non-seekable source stream (spec 7.1) is buffered once up to this size; above it, 6053. 4 MiB, deliberately low: the whole point is to refuse the allocation, not to relocate it.

NormalizeText

Normalise CRLF and lone CR to LF, apply NFC, strip a BOM. On; spec 6 depends on it.