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