소스 검색

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)