Extract text from DOCX bytes.
static Future<String> parseDocx(List<int> bytes) => raw.extractTextFromDocx(fileBytes: bytes);