浏览代码

fix txt_v2 interline_equations bug

赵小蒙 1 年之前
父节点
当前提交
f8b396f8f7
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      magic_pdf/pdf_parse_by_txt_v2.py

+ 1 - 1
magic_pdf/pdf_parse_by_txt_v2.py

@@ -118,7 +118,7 @@ def parse_pdf_by_txt(
             discarded_blocks,
             text_blocks,
             title_blocks,
-            interline_equation_blocks,
+            interline_equations,
             page_w,
             page_h,
         )