mirror of
https://github.com/ttttupup/wxhelper.git
synced 2024-11-05 18:09:24 +08:00
5 lines
109 B
C++
5 lines
109 B
C++
#ifndef OCR_H_
|
|
#define OCR_H_
|
|
#include <string>
|
|
int DoOCRTask(wchar_t* img_path,std::string &result);
|
|
#endif |