UNPKG

@daysnap/horn-jssdk

Version:

原生容器面向 H5 开发者提供的基于容器应用内的网页开发工具包

11 lines (10 loc) 272 B
import { call } from '../../core'; // 行驶证识别 export const licenseOCR = (options) => call({ current: 'licenseScan', actions: ['licenseScan', 'licenseCapture', 'vinScan'], album: true, ...options, service: 'ztSDK', action: 'licenseOCR', });