mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-09-21 12:42:22 +08:00
refactor(ocr): comment out unnecessary log statement
- Remove logger.info() call for additional_ocr_params to reduce log verbosity
This commit is contained in:
@@ -342,7 +342,7 @@ def onnx_model_init(key):
|
||||
"use_dilation": key[2],
|
||||
"det_db_unclip_ratio": key[3],
|
||||
}
|
||||
logger.info(f"additional_ocr_params: {additional_ocr_params}")
|
||||
# logger.info(f"additional_ocr_params: {additional_ocr_params}")
|
||||
if key[0] is not None:
|
||||
additional_ocr_params["lang"] = key[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user