소스 검색

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,
         )