static String getMassagedText(Result result) { String text = result.text; if (text.startsWith(_byteOrderMark)) { text = text.substring(1); } return text; }