Chat with RTX - DOCX file error

Word defaulted to .docx from .doc a few years back. This is throwing an error when trying to read a directory with .docx files present. For whatever reason it is trying to read this as a .zip

 with error: File is not a zip file. Skipping...

Isn’t it a hidden file of which the name starts with “~$” (i.e. ~$*.docx)? Or some other type of temporary or damaged file that you cannot open with MS Word itself?

Not in this instance, these are all clean–working–files.

I had an error that docx2txt was not present.
I downloaded the package from docx2txt · PyPI and copied the docx2txt folder from inside the package to
C:\Users\user\AppData\Local\NVIDIA\ChatWithRTX\env_nvd_rag\Lib\site-packages\ and it all worked fine after that

1 Like