weapps-plugin-idcard-photo
v1.1.5
Published
### 使用方法
Downloads
3
Readme
ocr身份证识别认证
使用方法
import * as idcardPhoto from "@wecity/weda-plugin-idcard-photo"
export default function() {
idcardPhoto.start().then(res=>{
console.log(res)
}).catch(err=>{
console.log(err)
})
}