opt.更新python的接口

This commit is contained in:
MistEO
2021-12-20 23:23:41 +08:00
parent 08b5d92f6d
commit a0f317b7c3
3 changed files with 15 additions and 8 deletions

View File

@@ -54,8 +54,8 @@ bool RecruitTask::_run()
/* 过滤tags数量不足的情况可能是识别漏了 */
if (all_tags.size() != RecruitConfiger::CorrectNumberOfTags) {
all_tags_json["type"] = "OpenRecruit";
m_callback(AsstMsg::OcrResultError, all_tags_json, m_callback_arg);
//all_tags_json["type"] = "OpenRecruit";
//m_callback(AsstMsg::OcrResultError, all_tags_json, m_callback_arg);
return false;
}