mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 09:50:40 +08:00
perf.优化肉鸽的各种流程
This commit is contained in:
@@ -72,6 +72,7 @@ bool asst::ProcessTaskImageAnalyzer::ocr_analyze(std::shared_ptr<TaskInfo> task_
|
||||
bool ret = m_ocr_analyzer->analyze();
|
||||
|
||||
if (ret) {
|
||||
m_ocr_analyzer->sort_result_by_required();
|
||||
const auto& ocr_result = m_ocr_analyzer->get_result();
|
||||
auto& res = ocr_result.front();
|
||||
m_result = ocr_task_ptr;
|
||||
|
||||
Reference in New Issue
Block a user