调整arm链接不上 ocr库问题

This commit is contained in:
mo1027728827@qq.com 2022-05-17 10:21:18 +08:00
parent cc8de4f4a6
commit 481599e3fe
1 changed files with 5 additions and 2 deletions

View File

@ -16,8 +16,11 @@
#include "../ImageProcess/ImageApplyHeaders.h"
#include "ImageMultiOutput.h"
#include "PaperSize.h"
#include "ocr/hanwangOCRdetect.h"
//不加上“extern "C"”会导致ARM平台链接不上库
extern "C"
{
#include "ocr/hanwangOCRdetect.h"
}
#ifdef WIN32
#include "scanner_manager.h"