Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dynamsoft/mrz-scanner-mobile-maui
Dynamsoft Passport & ID Card MRZ scanner samples for maui editions
https://github.com/dynamsoft/mrz-scanner-mobile-maui
id mrz passport
Last synced: about 2 months ago
JSON representation
Dynamsoft Passport & ID Card MRZ scanner samples for maui editions
- Host: GitHub
- URL: https://github.com/dynamsoft/mrz-scanner-mobile-maui
- Owner: Dynamsoft
- License: other
- Created: 2024-10-24T06:26:51.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T09:07:59.000Z (about 2 months ago)
- Last Synced: 2024-10-25T06:18:18.760Z (about 2 months ago)
- Topics: id, mrz, passport
- Language: C#
- Homepage: https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/user-guide/mrz.html?lang=maui
- Size: 179 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamsoft MRZ Scanner for MAUI edition
This repository contains a sample that demonstrates how to use the [Dynamsoft Capture Vision MAUI SDK](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/) to scan and extract information from passports and ID cards.
- [User Guide](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/user-guide/mrz.html)
- [API Reference](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/api-reference/)
## System Requirements### .Net
- .NET 7.0 and above.
### Android
- Supported OS: **Android 5.0** (API Level 21) or higher.
- Supported ABI: **armeabi-v7a**, **arm64-v8a**, **x86** and **x86_64**.
- Development Environment: Visual Studio 2022.
- JDK: 1.8+### iOS
- Supported OS: **iOS 11.0** or higher.
- Supported ABI: **arm64** and **x86_64**.
- Development Environment: Visual Studio 2022 for Mac and Xcode 14.3+.## Samples
| Sample Name | Description |
| ----------- | ----------- |
| `MRZScanner` | This sample demonstrates how to scan the MRZ section of a passport or ID card and extract the holder's information.|## Installation
- [Install the SDK](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/user-guide/mrz.html#installation)
## 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.
## 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-maui/issues/new).