Explorar el Código

Merge pull request #76 from myhloli/master

fix txt_v2 interline_equations bug
myhloli hace 1 año
padre
commit
c276aff5df
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,
         )