fix.修复OCR缓存区域错误的问题

This commit is contained in:
MistEO
2021-12-19 21:32:31 +08:00
parent 01e4dba10b
commit df4f09eaaa
4 changed files with 56 additions and 52 deletions

View File

@@ -55,6 +55,6 @@ namespace asst
std::vector<std::string> m_tasks_name;
std::shared_ptr<TaskInfo> m_result;
Rect m_result_rect;
std::vector<TextRect> m_ocr_cache;
//std::vector<TextRect> m_ocr_cache;
};
}