JSON

Loads data from PDF.


API Reference
pip install pypdf
from spyder_index.readers.file import PDFReader

PDFReader(input_file)

Initialize a PDFReader.

  • input_file (str): File path to read.


load_data()

Loads data from the specified directory.