Docx¶ pip install pineflow-readers-file class DocxReader¶ Microsoft Word (Docx) reader. 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]