-1

I am using Nativescript Angular to develop my app for Android and iOS. One requirement is to read a passport MRZ (machine-readable zone) code using the device camera. My question is: Is there any plugin that can do this or what do you recommend me?

Passport and MRZ image example

1 Answers1

0

I don't think there is one at the moment. There are several libraries out there for iOS / Android which you could directly use in your project or extend to a {N} plugin.

Manoj
  • 21,753
  • 3
  • 20
  • 41
  • Can I access those libraries with IntelliSense using Visual Studio Code? – Edu Maldonado Nov 29 '18 at 20:38
  • Yes, if you generate the typescript declarations for those libraries like explained here - [Android](https://docs.nativescript.org/core-concepts/android-runtime/metadata/generating-typescript-declarations#android-dts-generator) / [iOS](https://docs.nativescript.org/plugins/Use-Native-iOS-Libraries) – Manoj Nov 29 '18 at 21:24