react-native-rectangle-scanner
react-native-rectangle-scanner copied to clipboard
What about this project for android?
https://github.com/kuamanet/android-document-scanner can we implement this for android?
Nice find @Frekansapp. This file https://github.com/kuamanet/android-document-scanner/blob/master/app/src/main/java/net/kuama/documentscanner/domain/FindPaperSheet.kt might be of some use but I do think that it wouldn't improve detection quality (we'd need a Hough line detection algorithm to actually improve that).
That can certainly be a great resource for improving this package though!
Hi, @humphreyja after your message i done some research and found some code examples maybe they can help. If did not because i don't understand native code.
https://github.com/Aniruddha-Tapas/Document-Scanner/blob/master/app/src/main/java/com/myapps/documentscanner/ImageProcessor.java
https://github.com/jhansireddy/AndroidScannerDemo
https://github.com/beast/react-native-scan-doc/blob/master/android/src/main/java/my/fin/RNScanDocModule.java
https://github.com/ubidreams/react-native-document-scanner
https://github.com/fixerteam/react-native-scanner