hwocr库和HGImgPorc放一起

This commit is contained in:
luoliangyi 2023-10-24 10:15:05 +08:00
parent 386b5d9e5c
commit 82cd15a097
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, "hwocr/libhwocrdetect.so");
strcat(dllPath, "libhwocrdetect.so");
#endif
HGResult ret = HGBase_CreateDll(dllPath, &m_dll);
if (HGBASE_ERR_OK != ret)