Browse Source

fix: 修正输出文件名,确保调试信息的布局框框以PDF格式保存

zhch158_admin 3 weeks ago
parent
commit
c42189aef0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      zhch/mineru2_vllm_multthreads.py

+ 1 - 1
zhch/mineru2_vllm_multthreads.py

@@ -563,7 +563,7 @@ def main():
         print(f"  output_dir/")
         print(f"  ├── filename.md              # Markdown content")
         print(f"  ├── filename.json            # Content list")
-        print(f"  ├── filename_layout.json     # Debug: layout bbox")
+        print(f"  ├── filename_layout.pdf      # Debug: layout bbox")
         print(f"  └── images/                  # Extracted images")
         print(f"      └── filename.png")
         if args.debug: