npm.io
1.1.5 • Published 5 years ago

weapps-plugin-idcard-photo

Licence
ISC
Version
1.1.5
Deps
1
Size
14 kB
Vulns
0
Weekly
0

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)
    })
}