Browse Source

refactor: comment out clean_memory function call

- Remove the call to clean_memory() function from pdf_parse_union_core_v2.py
- This change may affect memory usage and needs to be tested to ensure proper functionality
myhloli 11 months ago
parent
commit
2b6e94424c
1 changed files with 1 additions and 1 deletions
  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