Skip to main content
PPTXReader is a reader class that allows you to read data from PowerPoint (.pptx) files.
ParameterTypeDefaultDescription
fileUnion[Path, IO[Any]]RequiredPath to PPTX file or file-like object containing a PowerPoint presentation
nameOptional[str]NoneOptional name for the document
chunkboolTrueWhether to chunk the document
chunk_sizeint5000Size of chunks when chunking is enabled
chunking_strategyOptional[ChunkingStrategy]DocumentChunking()Strategy for chunking the document
encodingOptional[str]NoneText encoding to use for reading
I