Skip to main content
PPTXReader is a reader class that allows you to read data from PowerPoint (.pptx) files.

Parameters

PPTXReader also accepts the base Reader constructor parameters.

Methods

read()

Reads a PPTX file and returns a list of documents.

async_read()

Async variant of read(). Accepts the same parameters.