Flutter教程

Regula Document Reader

Contents

Plugin for reading and validation of identification documents.

https://github.com/regulaforensics/cordova-plugin-documentreader.git

联系我们?

If you're building a serious project, you can't afford to spend hours troubleshooting. Ionic's experts offer official maintenance, support, and integration help.

Contact Us Today!

Ionic Regula Document Reader插件的安装(Installation)

ionic cordova plugin add cordova-plugin-documentreader npm install @ionic-native/regula-document-reader
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
ionic enterprise register --key=YOURPRODUCTKEY npm install @ionic-enterprise/regula-document-reader

Ionic Regula Document Reader插件支持的平台(Supported Platforms)

  • iOS
  • Android

Ionic Regula Document Reader插件的用法(Usage)

import { RegulaDocumentReader } from '@ionic-native/regula-document-reader/ngx';

let license; // read regula.license file
RegulaDocumentReader.initReader(license); // initialize reader
RegulaDocumentReader.scanDocument().then((result) => {
        // read result
})