瀏覽代碼

Merge branch 'master' of http://gitz.zhixinhuixue.net:18880/zxhx-client-tool/pdfproject

duanjianjun 2 年之前
父節點
當前提交
5cc1fbaa64
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      MFCApplication1/CvxText.cpp

+ 2 - 1
MFCApplication1/CvxText.cpp

@@ -691,7 +691,8 @@ int cutPaper(int pageNum, std::string strJsonPath, std::string strPaperPath, std
 		zip.Close();
 
 		cv::Mat cut = src(rc_ansInfo);
-		cv::imwrite(szJpgPath, cut);
+		ret = cv::imwrite(szJpgPath, cut);
+		return ret ? 0 : 1;
 	}
 
 	return 0;