Table of Contents

Method FromMedi

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

FromMedi(IngestionDocument, ILogger?)

MEDI to SP3. Walks every section in order, descending into nested sections, and rebuilds one text buffer with fresh offsets. A table yields one TableRow per row, its cells joined with CellSeparator. Images are dropped and counted; a non-zero count is event 917, once.

public static ExtractedDocument FromMedi(IngestionDocument document, ILogger? logger = null)

Parameters

document IngestionDocument

The MEDI document.

logger ILogger

Receives event 917. Null discards it.

Returns

ExtractedDocument

The extracted document.