API Reference
Class
PowerPointExtractionExtensions
Chunked extraction helpers intended for AI ingestion.
Inheritance
- Object
- PowerPointExtractionExtensions
Methods
public static IEnumerable<PowerPointExtractChunk> ExtractMarkdownChunks(PowerPointPresentation presentation, PowerPointExtractOptions extract = null, PowerPointExtractChunkingOptions chunking = null, String sourcePath = null, CancellationToken cancellationToken = null) #Returns:
IEnumerable<PowerPointExtractChunk>Extracts a presentation into slide-aligned chunks (one chunk per slide by default).
Parameters
- presentation OfficeIMO.PowerPoint.PowerPointPresentation
- extract OfficeIMO.PowerPoint.PowerPointExtractionExtensions.PowerPointExtractOptions = null
- chunking OfficeIMO.PowerPoint.PowerPointExtractChunkingOptions = null
- sourcePath System.String = null
- cancellationToken System.Threading.CancellationToken = null
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object