def __compute_ocr_score_with_spell_checking(self, txt): return check_spelling(self.ocr_lang, txt)
def __compute_ocr_score_with_spell_checking(self, txt): return check_spelling(self.langs['spelling'], txt)