Unverified Commit 840e25d0 authored by myhloli's avatar myhloli Committed by GitHub

Merge pull request #113 from papayalove/master

公式替换日志修改
parents b7a2f547 a99c2129
......@@ -449,7 +449,7 @@ def replace_inline_equations(inline_equation_bboxes, raw_text_blocks):
for blk in raw_text_blocks:
if _is_xin(eqbox, blk["bbox"]):
if not replace_eq_blk(eqinfo, blk):
logger.error(f"行内公式没有替换成功:{eqinfo} ")
logger.warning(f"行内公式没有替换成功:{eqinfo} ")
else:
break
......
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