Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

capacitor-plugin-baidu-ocr

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

capacitor-plugin-baidu-ocr

百度OCR

unpublished
latest
npmnpm
Version
0.0.11
Version published
Maintainers
1
Created
Source

capacitor-plugin-baidu-ocr

百度OCR

Install

npm install capacitor-plugin-baidu-ocr
npx cap sync

API

  • echo(...)
  • idCard(...)
  • bankCard()
  • Interfaces
  • Type Aliases

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
ParamType
options{ value: string; }

Returns: Promise<{ value: string; }>

idCard(...)

idCard<K extends idCardOptionsType>(options: IdCardOptions) => Promise<IdCardResult[K]>
ParamType
optionsIdCardOptions

Returns: Promise<IdCardResult[K]>

bankCard()

bankCard() => Promise<BankCardResult>

Returns: Promise<BankCardResult>

Interfaces

IdCardResult

PropType
frontIdCardFrontResult
backIdCardBackResult

IdCardFrontResult

PropType
addressstring
idNumberstring
birthdaystring
namestring
genderstring
ethnicstring

IdCardBackResult

PropType
signDatestring
expiryDatestring
issueAuthoritystring

IdCardOptions

PropType
typeidCardOptionsType
scanboolean

BankCardResult

PropType
bankCardNumberstring
bankNamestring
bankCardTypestring
validDatestring
holderNamestring

Type Aliases

idCardOptionsType

'front' | 'back'

Keywords

capacitor

FAQs

Package last updated on 11 Jun 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts