فهرست منبع

fix(ocr_validator_utils): 更新 MinerU 版本显示名称

zhch158_admin 6 روز پیش
والد
کامیت
10dad08fb0
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      ocr_validator/ocr_validator_utils.py

+ 1 - 1
ocr_validator/ocr_validator_utils.py

@@ -732,7 +732,7 @@ def get_data_source_display_name(source_config: Dict) -> str:
         'dots_ocr': 'Dots OCR',
         'ppstructv3': 'PPStructV3',
         'table_recognition_v2': 'Table Recognition V2',
-        'mineru': 'MinerU VLM-2.5.3'
+        'mineru': 'MinerU VLM'
     }
     
     tool_display = tool_name_map.get(tool, tool)