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

Parameters

TextReader also accepts the base Reader constructor parameters.

Methods

read()

Reads a text file and returns a list of documents.

async_read()

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