I am using this library to parse data from some government docs, it had a mixture of DOC and DOCX files but overnight, they must have done a complete refactor and now everything is DOCX.
Every file is now doing this sed: RE error: illegal byte sequence. Is this a bug or is that an issue with the DOCX files themselves?
I am using this library to parse data from some government docs, it had a mixture of DOC and DOCX files but overnight, they must have done a complete refactor and now everything is DOCX.
Every file is now doing this
sed: RE error: illegal byte sequence. Is this a bug or is that an issue with the DOCX files themselves?