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

Parameters

PDFReader also accepts the base Reader constructor parameters.

Methods

read()

Reads a PDF and returns a list of documents.

async_read()

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