An open API service indexing awesome lists of open source software.

https://github.com/tony-xlh/react-native-mrz-scanner

React Native MRZ Scanner using Vision Camera
https://github.com/tony-xlh/react-native-mrz-scanner

camera idcard mrz passport reactnative scanner visioncamera

Last synced: 6 months ago
JSON representation

React Native MRZ Scanner using Vision Camera

Awesome Lists containing this project

README

          

# react-native-mrz-scanner

React Native MRZ Scanner using Vision Camera and the [Dynamsoft Label Recognizer plugin](https://github.com/xulihang/vision-camera-dynamsoft-label-recognizer).

## How to run

1. `npm install`
2. cd `ios` and run `pod install`
3. `npx react-native run-android` or `run-ios`

## License

A one-day trial license is used by default. You can apply for a 30-day license [here](https://www.dynamsoft.com/customer/license/trialLicense/?product=dcv&package=cross-platform).

## Dark mode

If your phone has dark mode on, it may fail to display some text correctly.

## Blog

[Build a React Native MRZ Scanner using Vision Camera](https://www.dynamsoft.com/codepool/react-native-mrz-scanner-vision-camera.html)