# weapps-plugin-idcard-photo

> ### 使用方法

Latest version **1.1.5** (published 2021-06-03) · ISC license · 0 weekly downloads

## Install

```sh
npm install weapps-plugin-idcard-photo
pnpm add weapps-plugin-idcard-photo
yarn add weapps-plugin-idcard-photo
bun add weapps-plugin-idcard-photo
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.5 |
| Published | 2021-06-03 |
| First published | 2021-06-03 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 14 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | binbinMax |
| Maintainers | renyicun |

## Links

- npm: https://www.npmjs.com/package/weapps-plugin-idcard-photo
- npm.io page: https://npm.io/package/weapps-plugin-idcard-photo

## Dependencies (1)

- [@wecity/weda-plugin-utils](https://npm.io/package/@wecity/weda-plugin-utils.md) ^0.0.3

## Recent versions

- 1.1.5 (latest) — 2021-06-03

## README

### ocr身份证识别认证

### 使用方法

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

---
_Source: https://npm.io/package/weapps-plugin-idcard-photo · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
