@@ -16,6 +16,10 @@ public abstract class AbstractUserwManager extends AbstractCommManager { | |||
@Autowired | |||
private OcrResultRepo ocrResultRepo; | |||
/** | |||
* type:1-身份证-人像面 2-身份证-国徽面 3-行驶证前页 4-行驶证背页 5-营业执照 | |||
* imagePath:图片地址 | |||
*/ | |||
protected AbstractAtsResponse getOcrResult(Integer type, String imagePath) throws ManagerException { | |||
OcrResult ocrResult = new OcrResult(); | |||
ocrResult.setCreateTime(LocalDateTime.now()); |