wxhelper/src/ocr.h
2022-12-29 14:58:41 +08:00

5 lines
109 B
C++

#ifndef OCR_H_
#define OCR_H_
#include <string>
int DoOCRTask(wchar_t* img_path,std::string &result);
#endif