PDF

pip install pineflow-readers-file
class PDFReader

PDF reader using PyPDF.

load_data(input_file)

Loads data from the specified file.

Parameters:

input_file (str) – File path to load.

Returns:

A list of Document objects loaded from the file.

Return type:

List[Document]