소스 검색

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