for all Ranger users. if you want live preview of docx files in the same way as it works for odt files. Just install docx2txt and add these lines below the odt definition in your .config/ranger/scope.sh
# Docx
docx)
docx2txt < "${FILE_PATH}" && exit 5
exit 1;;
#terminal #tui #ranger