コード例 #1
0
ファイル: page.py プロジェクト: kryskool/paperwork
 def __compute_ocr_score_with_spell_checking(self, txt):
     return check_spelling(self.ocr_lang, txt)
コード例 #2
0
 def __compute_ocr_score_with_spell_checking(self, txt):
     return check_spelling(self.langs['spelling'], txt)
コード例 #3
0
ファイル: page.py プロジェクト: rvandegrift/paperwork
 def __compute_ocr_score_with_spell_checking(self, txt):
     return check_spelling(self.langs['spelling'], txt)