Commit 1f2ea493 authored by myhloli's avatar myhloli
Browse files

refactor: change default value of enable_ocr_det_batch to False in BatchAnalyze constructor

parent f2115541
......@@ -14,7 +14,7 @@ MFR_BASE_BATCH_SIZE = 16
class BatchAnalyze:
def __init__(self, model_manager, batch_ratio: int, formula_enable, table_enable, enable_ocr_det_batch: bool = True):
def __init__(self, model_manager, batch_ratio: int, formula_enable, table_enable, enable_ocr_det_batch: bool = False):
self.batch_ratio = batch_ratio
self.formula_enable = formula_enable
self.table_enable = table_enable
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment