From f8b396f8f7901d74abbb53d435807b43a8545c47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=B0=8F=E8=92=99?= Date: Fri, 26 Apr 2024 14:21:40 +0800 Subject: [PATCH] fix txt_v2 interline_equations bug --- magic_pdf/pdf_parse_by_txt_v2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/magic_pdf/pdf_parse_by_txt_v2.py b/magic_pdf/pdf_parse_by_txt_v2.py index 5d255735..18a21448 100644 --- a/magic_pdf/pdf_parse_by_txt_v2.py +++ b/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, )