Browse Source

Merge pull request #76 from myhloli/master

fix txt_v2 interline_equations bug
myhloli 1 năm trước cách đây
mục cha
commit
c276aff5df
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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,
         )