Docx

Loads data from Microsoft Word (Docx) format.


API Reference
pip install docx2txt
from spyder_index.readers.file import DocxReader

DocxReader(input_file)

Initialize a DocxReader.

  • input_file (str): File path to read.


load_data()

Loads data from the specified directory.