Class OpenXmlIngestionBuilderExtensions
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 asAddPdfExtractor: a second call re-appliesconfigureto the same options instance and registers no second extractor, and the registry is composed at resolve time so this may precede or followAddIngestion.