Skip to main content
DocxReader is a reader class that allows you to read data from Docx files.

Parameters

DocxReader also accepts the base Reader constructor parameters.

Methods

read()

Reads a DOCX file and returns a list of documents.

async_read()

The async variant of read(). It accepts the same parameters.