https://github.com/dynamsoft/capture-vision-maui-samples
Samples for Dynamsoft Capture Vision MAUI Edition
https://github.com/dynamsoft/capture-vision-maui-samples
document document-scanner
Last synced: 4 months ago
JSON representation
Samples for Dynamsoft Capture Vision MAUI Edition
- Host: GitHub
- URL: https://github.com/dynamsoft/capture-vision-maui-samples
- Owner: Dynamsoft
- License: other
- Created: 2024-06-13T05:07:21.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T08:26:48.000Z (over 1 year ago)
- Last Synced: 2024-12-28T03:41:55.041Z (about 1 year ago)
- Topics: document, document-scanner
- Language: C#
- Homepage: https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/?lang=maui
- Size: 178 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Dynamsoft Capture Vision samples for MAUI edition
This repository contains multiple samples that demonstrate how to use the [Dynamsoft Capture Vision](https://www.dynamsoft.com/capture-vision/docs/mobile/programming/maui/) MAUI Edition.
- Document Scanner
- [User Guide](https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/maui/user-guide.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 |
| ----------- | ----------- |
| `DocumentScanner/AutoNormalize` | This sample demonstrates the simplest way to automatically detect and normalize documents from video streaming. |
| `DocumentScanner/EditAndNormalize` |This sample demonstrates how to detect a document, adjust its boundaries, and normalize it from video streaming. |
## Installation
- [Document Scanner](https://www.dynamsoft.com/document-normalizer/docs/mobile/programming/maui/user-guide.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=dcv&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/capture-vision-maui-samples/issues/new).