wxhelper/src/ocr.h

5 lines
109 B
C
Raw Normal View History

2022-12-29 14:58:41 +08:00
#ifndef OCR_H_
#define OCR_H_
#include <string>
int DoOCRTask(wchar_t* img_path,std::string &result);
#endif