weapps-plugin-idcard-photo-shuyun
v1.0.3
Published
```js import * as idcardPhoto from "@wecity/weda-plugin-idcard-photo" export default function() { idcardPhoto.start().then(res=>{ console.log(res) }).catch(err=>{ console.log(err) }) } ```
Downloads
2
Maintainers
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)
})
}