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
documentIngestionDocumentThe MEDI document.
loggerILoggerReceives event 917. Null discards it.
Returns
- ExtractedDocument
The extracted document.