Commit 04febf52 authored by myhloli's avatar myhloli
Browse files

refactor(ocr): comment out unnecessary log statement

- Remove logger.info() call for additional_ocr_params to reduce log verbosity
parent 512adb67
...@@ -342,7 +342,7 @@ def onnx_model_init(key): ...@@ -342,7 +342,7 @@ def onnx_model_init(key):
"use_dilation": key[2], "use_dilation": key[2],
"det_db_unclip_ratio": key[3], "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: if key[0] is not None:
additional_ocr_params["lang"] = key[0] additional_ocr_params["lang"] = key[0]
......
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