Commit e3c4beaf authored by zhougaofeng's avatar zhougaofeng
Browse files

Update ocr_mkcontent.py

parent 88e16305
......@@ -128,7 +128,7 @@ def ocr_mk_markdown_with_para_core_v2(config_path,paras_of_layout,
config = configparser.ConfigParser()
config.read(config_path)
url = config.get('server', 'ocr_server')
logger.info(f'ocr_server:{url}')
# logger.info(f'ocr_server:{url}')
client = PredictClient(url)
for para_block in paras_of_layout:
para_text = ''
......
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