Loren commited on
Commit
a356fed
Β·
1 Parent(s): a331519

Update app_pages/ocr_comparator.py

Browse files
Files changed (1) hide show
  1. app_pages/ocr_comparator.py +1 -1
app_pages/ocr_comparator.py CHANGED
@@ -1342,7 +1342,7 @@ def app():
1342
  'use_space_char': t1_use_space_char, 'drop_score': t1_drop_score}, \
1343
  **{'lang': list_params_det[1][0]}
1344
  },
1345
- {'recog': t2_recog},
1346
  {'lang': tesserocr_lang, 'config': t3r_config}
1347
  ]
1348
 
 
1342
  'use_space_char': t1_use_space_char, 'drop_score': t1_drop_score}, \
1343
  **{'lang': list_params_det[1][0]}
1344
  },
1345
+ #{'recog': t2_recog},
1346
  {'lang': tesserocr_lang, 'config': t3r_config}
1347
  ]
1348