修改hwocr库加载路径

This commit is contained in:
luoliangyi 2023-10-19 15:04:53 +08:00
parent d713451220
commit a82ab4d7eb
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ HGResult HGOCRHanvon::Init()
#if defined(HG_CMP_MSC)
strcat(dllPath, "hanwangOCRdetect.dll");
#else
strcat(dllPath, "libhwocrdetect.so");
strcat(dllPath, "hwocr/libhwocrdetect.so");
#endif
HGResult ret = HGBase_CreateDll(dllPath, &m_dll);
if (HGBASE_ERR_OK != ret)