PaddleOCR-VL-1.6_Demo/logs/input/化肥买卖合同_GF_2000_0102-cpu-202...

30 lines
2.0 KiB
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

2026-07-16 16:19:26 | INFO | pid=32836 | LOG_INITIALIZED file=D:\Dev\ocr-VL1.6\logs\input\化肥买卖合同_GF_2000_0102-cpu-20260716-161926.log
2026-07-16 16:19:26 | INFO | pid=32836 | COMMAND_STARTED command=input input=data\documents\化肥买卖合同 GF—2000—0102.pdf device=cpu log=D:\Dev\ocr-VL1.6\logs\input\化肥买卖合同_GF_2000_0102-cpu-20260716-161926.log
2026-07-16 16:19:26 | INFO | pid=32836 | FILE_ROUTED path=D:\Dev\ocr-VL1.6\data\documents\化肥买卖合同 GF—2000—0102.pdf kind=pdf mode=hybrid
2026-07-16 16:19:26 | ERROR | pid=32836 | FILE_FAILED path=D:\Dev\ocr-VL1.6\data\documents\化肥买卖合同 GF—2000—0102.pdf error=输出目录已存在: D:\Dev\ocr-VL1.6\outputs\pdfs\化肥买卖合同_GF_2000_0102请使用 --resume 或 --overwrite
Traceback (most recent call last):
File "D:\Dev\ocr-VL1.6\ocr_app\commands.py", line 350, in run_input
result = process_single_file(
input_path,
...<4 lines>...
run_image_warmup=True,
)
File "D:\Dev\ocr-VL1.6\ocr_app\commands.py", line 332, in process_single_file
return process_pdf_file(
path,
...<3 lines>...
batch_root=batch_root,
)
File "D:\Dev\ocr-VL1.6\ocr_app\commands.py", line 233, in process_pdf_file
preflight = preflight_pdf(
pdf_path=path,
...<5 lines>...
overwrite=args.overwrite,
)
File "D:\Dev\ocr-VL1.6\ocr_app\pdf.py", line 201, in preflight_pdf
pdf_path, output_root = validate_pdf_request(pdf_path, output_root, resume=resume, overwrite=overwrite)
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "D:\Dev\ocr-VL1.6\ocr_app\pdf.py", line 187, in validate_pdf_request
raise FileExistsError(f"输出目录已存在: {document_dir};请使用 --resume 或 --overwrite")
FileExistsError: 输出目录已存在: D:\Dev\ocr-VL1.6\outputs\pdfs\化肥买卖合同_GF_2000_0102请使用 --resume 或 --overwrite