Ask a question to get started
Enter to sendā¢Shift+Enter new line
Docx2txtLoader( self, file_path: Union[str, Path], )
BaseLoader
ABC
Load given path as single page.
Load DOCX file using docx2txt and chunks at character level.
DOCX
docx2txt
Defaults to check for local file, but if the file is a web path, it will download it to a temporary file, and use that, then clean up the temporary file after completion