mirror of
https://github.com/opendatalab/MinerU.git
synced 2026-03-27 11:08:32 +07:00
更新tmp目录位置
This commit is contained in:
@@ -108,7 +108,7 @@ def parse_pdf_by_model(
|
||||
debug_mode=False,
|
||||
):
|
||||
pdf_bytes = read_file(s3_pdf_path, s3_pdf_profile)
|
||||
save_tmp_path = os.path.join(os.path.dirname(__file__), "..", "..", "tmp", "unittest")
|
||||
save_tmp_path = os.path.join(os.path.dirname(__file__), "..", "tmp", "unittest")
|
||||
md_bookname_save_path = ""
|
||||
book_name = sanitize_filename(book_name)
|
||||
if debug_mode:
|
||||
|
||||
Reference in New Issue
Block a user