Przeglądaj źródła

fix txt_v2 interline_equations bug

赵小蒙 1 rok temu
rodzic
commit
f8b396f8f7
1 zmienionych plików z 1 dodań i 1 usunięć
  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,
         )