mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-20 02:55:38 +08:00
fix.修复自动抄作业干员名识别错的问题
This commit is contained in:
@@ -154,7 +154,7 @@ void asst::OcrImageAnalyzer::sort_result_by_score()
|
||||
{
|
||||
std::sort(m_ocr_result.begin(), m_ocr_result.end(),
|
||||
[](const TextRect& lhs, const TextRect& rhs) -> bool {
|
||||
return lhs.score < rhs.score;
|
||||
return lhs.score > rhs.score;
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user