Table of Contents

Class OpenXmlIngestionBuilderExtensions

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

The one builder call Qavren.Edge.Ingestion.OpenXml publishes (spec 11).

public static class OpenXmlIngestionBuilderExtensions
Inheritance
OpenXmlIngestionBuilderExtensions
Inherited Members

Methods

AddDocxExtractor(EdgeBuilder, Action<DocxExtractorOptions>?)

Registers DocxTextExtractor (Id "docx") and its DocxExtractorOptions (spec 7.5). Idempotent and order-independent on the same terms as AddPdfExtractor: a second call re-applies configure to the same options instance and registers no second extractor, and the registry is composed at resolve time so this may precede or follow AddIngestion.