|
@@ -122,7 +122,7 @@ public class ThOCRAction extends AbstractNCAction{
|
|
|
checkresult = checkJson(json);
|
|
|
if(checkresult != null){
|
|
|
MessageDialog.showErrorDlg(parentpanel, NCLangRes.getInstance().getStrByID("pc", "FileManageUI-000000")/*错误*/
|
|
|
- ,"保存自定义档案数据:\n"+checkresult);
|
|
|
+ ,"ocr返回数据校验:\n"+checkresult);
|
|
|
return;
|
|
|
}
|
|
|
} catch (Exception e) {
|