|
@@ -18,7 +18,7 @@ MFR_BASE_BATCH_SIZE = 16
|
|
|
|
|
|
|
|
|
|
|
|
|
class BatchAnalyze:
|
|
class BatchAnalyze:
|
|
|
- def __init__(self, model_manager, batch_ratio: int, show_log, layout_model, formula_enable, table_enable, enable_ocr_det_batch=True):
|
|
|
|
|
|
|
+ def __init__(self, model_manager, batch_ratio: int, show_log, layout_model, formula_enable, table_enable, enable_ocr_det_batch=False):
|
|
|
self.model_manager = model_manager
|
|
self.model_manager = model_manager
|
|
|
self.batch_ratio = batch_ratio
|
|
self.batch_ratio = batch_ratio
|
|
|
self.show_log = show_log
|
|
self.show_log = show_log
|