Hi, I'm using ExtractText to identify QR codes in PDFs.
# QR-code decoder
extracttext_external zbar /usr/bin/zbarimg -q -D {}
extracttext_use zbar .jpg .png .pdf .webp
image/(?:jpeg|png) application/pdf
add_header all ExtractText-Uris _EXTRACTTEXTURIS_
However, now they're sending them in Word doc/docx format. Any tips on how
to do that?
This was just a regular Word document with a .docx extension.
