mirror of
https://github.com/qurator-spk/eynollah.git
synced 2026-04-30 19:22:03 +02:00
.
This commit is contained in:
parent
7f8bfc9945
commit
243cde804e
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ class EynollahRecognizeProcessor(Processor):
|
|||
model_zoo=model_zoo,
|
||||
tr_ocr=self.parameter['tr_ocr'],
|
||||
do_not_mask_with_textline_contour=self.parameter['do_not_mask_with_textline_contour'],
|
||||
batch_size=self.parameter['batch_size'] if self.parameter['batch_size'] >= 0 else 2 if self.parameter['tr_ocr'] else 8,
|
||||
batch_size=self.parameter['batch_size'] if self.parameter['batch_size'] > 0 else 2 if self.parameter['tr_ocr'] else 8,
|
||||
min_conf_value_of_textline_text=0)
|
||||
|
||||
# FIXME: This is just a proof-of-concept, very inefficient and non-conformant
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue