增加汉王ocr x64库

This commit is contained in:
luoliangyi 2022-05-12 14:37:46 +08:00
parent 295a392ac0
commit 85fa9e7b18
3 changed files with 5 additions and 1 deletions

View File

@ -23,6 +23,9 @@ enum ROTATETYPEOUT
ROT270, //顺时针旋转270度
};
typedef int(*HWOCR_RecogProgress)(int nPercent);
typedef int(*HWOCR_IsCanceled)();
/**************************************
ppstOcrHandle [I/O]
@ -54,7 +57,8 @@ int HWOCR_RecognizeFile(unsigned char* ImgFile, unsigned char *OutFile, int nFi
0<0
****************************************/
int HWOCR_RecognizeFileBatch(char ** ppImageFiles, unsigned char* OutFile, int nFileType, void *pstHandle, char *pLibDir, char *pTmpDir = NULL);
int HWOCR_RecognizeFileBatch(char ** ppImageFiles, unsigned char *OutFile, int nFileType, void *pstHandle, char *pLibDir, char *pTmpDir,
HWOCR_RecogProgress aFuncRecogProgress, HWOCR_IsCanceled aFuncIsCanceled);
/**************************************

Binary file not shown.