瀏覽代碼

refactor(magic_pdf): remove unnecessary comment

- Remove commented-out call to clean_memory() function
- This change simplifies the code by eliminating an unused code snippet
myhloli 11 月之前
父節點
當前提交
52dfdd5354
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      magic_pdf/pdf_parse_union_core_v2.py

+ 1 - 1
magic_pdf/pdf_parse_union_core_v2.py

@@ -825,7 +825,7 @@ def pdf_parse_union(
         'pdf_info': pdf_info_list,
     }
 
-    # clean_memory()
+    clean_memory()
 
     return new_pdf_info_dict