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
- Host: GitHub
- URL: https://github.com/tony-xlh/react-native-mrz-scanner
- Owner: tony-xlh
- Created: 2022-08-09T08:14:31.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-23T02:03:52.000Z (12 months ago)
- Last Synced: 2025-04-02T19:51:30.674Z (6 months ago)
- Topics: camera, idcard, mrz, passport, reactnative, scanner, visioncamera
- Language: TypeScript
- Homepage:
- Size: 32.1 MB
- Stars: 2
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)