From d22297f9506cd5d5bae74d8a5dbf2ad45db359c5 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Thu, 12 Sep 2024 15:58:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=BD=E4=BA=A7=E7=B3=BB?= =?UTF-8?q?=E7=BB=9Floongarch64=E6=9E=B6=E6=9E=84=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E6=96=87=E6=9C=AC=E6=96=B9=E5=90=91=E8=AF=86=E5=88=AB=E6=8A=A5?= =?UTF-8?q?=E9=94=99=E2=80=9C=E6=B2=A1=E6=9C=89=E6=95=B0=E6=8D=AE=E2=80=9D?= =?UTF-8?q?=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/imgproc/HGOCRTesseract.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/imgproc/HGOCRTesseract.cpp b/modules/imgproc/HGOCRTesseract.cpp index d74df5fc..417df6d2 100644 --- a/modules/imgproc/HGOCRTesseract.cpp +++ b/modules/imgproc/HGOCRTesseract.cpp @@ -38,7 +38,7 @@ HGResult HGOCRTesseract::Init() } HGChar moduleName[256]; - HGBase_GetModuleName((void*)HGImgProc_CreateOCRMgr, moduleName, 256); + HGBase_GetModuleName((void*)HGImgProc_ImageOCR, moduleName, 256); HGChar dataPath[256]; HGBase_GetFilePath(moduleName, dataPath, 256); strcat(dataPath, "tessdata");