mirror of
https://github.com/MaaAssistantArknights/MaaAssistantArknights.git
synced 2026-07-16 01:40:46 +08:00
fix: 再次修复文字识别器的参数错误
This commit is contained in:
@@ -65,5 +65,6 @@ void asst::OcrWithPreprocessImageAnalyzer::set_task_info(const std::string& task
|
||||
void asst::OcrWithPreprocessImageAnalyzer::set_task_info(OcrTaskInfo task_info) noexcept
|
||||
{
|
||||
task_info.cache = false;
|
||||
task_info.without_det = true;
|
||||
OcrImageAnalyzer::set_task_info(std::move(task_info));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user