https://github.com/dynamsoft/mrz-scanner-mobile
Dynamsoft Passport & ID Card MRZ scanner samples for mobile editions
https://github.com/dynamsoft/mrz-scanner-mobile
idcard mrz passport
Last synced: 6 months ago
JSON representation
Dynamsoft Passport & ID Card MRZ scanner samples for mobile editions
- Host: GitHub
- URL: https://github.com/dynamsoft/mrz-scanner-mobile
- Owner: Dynamsoft
- License: other
- Created: 2023-09-21T03:09:42.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T09:59:32.000Z (11 months ago)
- Last Synced: 2024-11-01T10:28:22.748Z (11 months ago)
- Topics: idcard, mrz, passport
- Language: Swift
- Homepage:
- Size: 5.75 MB
- Stars: 2
- Watchers: 10
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamsoft MRZ Scanner for Android & iOS Editions
The repository provides you a solution on how to develop a native mobile MRZ scanning app. It includes the source of `DynamsoftMRZScannerBundle` and a sample to demonstrate how to develop with the bundle.
- User Guide
- [Android](https://www.dynamsoft.com/mrz-scanner/docs/mobile/programming/android/user-guide/index.html)
- [iOS](https://www.dynamsoft.com/mrz-scanner/docs/mobile/programming/ios/user-guide/index.html)- API Reference
- [Android](https://www.dynamsoft.com/mrz-scanner/docs/mobile/programming/android/api-reference/)
- [iOS](https://www.dynamsoft.com/mrz-scanner/docs/mobile/programming/ios/api-reference/)## System Requirements
### Android
- Supported OS: Android 5.0 (API Level 21) or higher.
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
- Development Environment: Android Studio 2022.2.1 or higher.### iOS
- Supported OS: **iOS 11** or higher (**iOS 13** and higher recommended).
- Supported ABI: **arm64** and **x86_64**.
- Development Environment: Xcode 13 and above (Xcode 14.1+ recommended), CocoaPods 1.11.0+.## Add the SDK
`DynamsoftMRZScannerBundle` is a bundle package that contains all required dependencies when using Dynamsoft SDKs to develop an MRZ scanning app.
- [Android](https://www.dynamsoft.com/mrz-scanner/docs/mobile/programming/android/user-guide/index.html#add-the-sdk)
- [iOS](https://www.dynamsoft.com/mrz-scanner/docs/mobile/programming/ios/user-guide/index.html#add-the-sdk)## Samples
### ScanMRZ
Scan the MRZ area of a passport or an ID card and extract the holder's information.
Available language:
- Java (Android)
- Swift (iOS)## License
You can request a 30-day trial license via the [Request a Trial License](https://www.dynamsoft.com/customer/license/trialLicense?product=mrz&utm_source=samples&package=mobile) link.
## Further Customization
If you need further customization on the scanner component, you can refer to the open source code in this repository.
- [Android](Android/src/README.md)
- [iOS](ios/src/README.md)## Contact Us
For any questions or feedback, you can either [contact us](https://www.dynamsoft.com/company/contact/) or [submit an issue](https://github.com/Dynamsoft/mrz-scanner-mobile/issues/new).