Commit 2b6e9442 authored by myhloli's avatar myhloli
Browse files

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
parent 8dbfea6d
...@@ -825,7 +825,7 @@ def pdf_parse_union( ...@@ -825,7 +825,7 @@ def pdf_parse_union(
'pdf_info': pdf_info_list, 'pdf_info': pdf_info_list,
} }
clean_memory() # clean_memory()
return new_pdf_info_dict return new_pdf_info_dict
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment