react-native-document-scanner-plugin
react-native-document-scanner-plugin copied to clipboard
A React Native document scanner plugin for Android and iOS
Hello there, Im getting this error when trying to run pod install in my project: `react-native-document-scanner-plugin-library` does not specify a Swift version and none of the targets (`Pods`) integrating it...
It's currently coming in black and white by default, but ideally there should be an option to choose — whether you want black and white as the default or not.
Having an overlay with a description will be good. And the ability to turn it on and off.
In IOS when we scan a document it will sometimes crash on first scanned images, sometimes on second and xcode shows this error: The app “abc” has been killed by...
Just curious. After looking through the documentation and trying a few methods, I came to the conclusion that there is no close function to close the documentScanner? Or am I...
The latest library currently supports accessing the camera and gallery on Android, but when I use it on iOS, it only allows me to capture image from the camera. Am...
When using Expo 53 canary builds, npm installation fails with peer dependency conflicts. ## Current behavior - Project uses: [email protected] - This package requires: expo@>=47.0.0 - Despite version being higher,...
Is there any way to turn off the auto mode and turn on Gallery when mounting the scanner? i cant find any documentations for the options available. I'm using v1.0.1....
Currently when i invoke the .scanDocument() method on IOS device, the auto-mode (Auto-Shutter) is enabled, and starts capturing images immediately. Instead, Can i switch to manual-mode () so that user...