react-native-rectangle-scanner icon indicating copy to clipboard operation
react-native-rectangle-scanner copied to clipboard

What about this project for android?

Open erennyuksell opened this issue 4 years ago • 2 comments

https://github.com/kuamanet/android-document-scanner can we implement this for android?

erennyuksell avatar Feb 13 '21 14:02 erennyuksell

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!

humphreyja avatar Feb 15 '21 18:02 humphreyja

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

erennyuksell avatar Feb 15 '21 18:02 erennyuksell