فهرست منبع

Merge pull request #76 from myhloli/master

fix txt_v2 interline_equations bug
myhloli 1 سال پیش
والد
کامیت
c276aff5df
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,
         )