Regula Document Reader
Plugin for reading and validation of identification documents.
联系我们?

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.
Ionic Regula Document Reader插件的安装(Installation)
Ionic EE comes with fully supported and maintained plugins from the Ionic Team. Learn More or Contact Us
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
})