Skip to content

身份证识别添加切图返回

Compare
Choose a tag to compare
@MJLblabla MJLblabla released this 19 Aug 07:39
· 56 commits to main since this release
b98ea7d

// 身份证识别结果
class QNIDCardDetect {
   
    class ImageResultDTO {
        // 框坐标,格式为 [[x0, y0], [x1, y1], [x2, y2], [x3, y3]]
        java.util.List<java.util.List<Integer>> idCardBox // ??? 为什么用数组的数组
   

 +++       String  idcard	;	//身份证区域图片,使用Base64 编码后的字符串, 是否返回由请求参数ret_image 决定
 +++       String  portrait ;//	身份证人像照片,使用Base64 编码后的字符串, 是否返回由请求参数ret_portrait 决定
  

  }