使用tesseract文本方向识别

This commit is contained in:
13038267101 2022-11-04 09:16:06 +08:00
parent 93ebeefda5
commit 445ee098bc
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ namespace hg_imgproc
HGBase_FreeImg = (SDKHGBase_FreeImage_)GetProcAddress(Dynamicopen_HGBase_pHandle_,"HGBase_DestroyImage");
}
#endif
ret = ocrinit_(HGIMGPROC_OCRALGO_HANVON, &Auto_Txt_pHanld);
ret = ocrinit_(HGIMGPROC_OCRALGO_TESSERACT, &Auto_Txt_pHanld);
return ret;
}