From 0d59ab2be9727d86cfe5217dab4862b277fd407a Mon Sep 17 00:00:00 2001 From: CaptainB Date: Fri, 16 Aug 2024 10:36:27 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BD=BF=E7=94=A8lazy=5Fload?= =?UTF-8?q?=E6=96=B9=E5=BC=8F=E5=8A=A0=E8=BD=BDpdf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/common/handle/impl/pdf_split_handle.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/apps/common/handle/impl/pdf_split_handle.py b/apps/common/handle/impl/pdf_split_handle.py index 6adc59ea5..e4bac8d08 100644 --- a/apps/common/handle/impl/pdf_split_handle.py +++ b/apps/common/handle/impl/pdf_split_handle.py @@ -26,10 +26,6 @@ default_pattern_list = [re.compile('(?<=^)# .*|(?<=\\n)# .*'), re.compile("(? 0: split_model = SplitModel(pattern_list, with_filter, limit) else: