Commit a99c2129 authored by liukaiwen's avatar liukaiwen

分段代码规范化

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