A state of the art document scanner with automatic cropping function.
Handle camera access permission
Add a String property to the app's Info.plist file with the key NSCameraUsageDescription and the value as the description for why your app needs camera access.
<key>NSCameraUsageDescription</key>
<string>Camera Permission Description</string>
minSdkVersion should be at least 21
final imagesPath = await CunningDocumentScanner.getPicture()
The path's to the cropped Images will be returned.
- Fork this project's repo :
- Create a new pull request.
This project is licensed under the MIT License - see the LICENSE.md file for details