Michaelvilleneuve / react-native-document-scanner

Document scanner, features live border detection, perspective correction, image filters and more ! 📲📸
MIT License
843 stars 289 forks source link

added realtimedimensions on rectangle detection #65

Open julianklumpers opened 4 years ago

julianklumpers commented 4 years ago

Added realtime dimensions when a rectangle is detected. This allows you to measure the rectangles on detection.

I use this to only make a photo when the detection rectangle has a certain size.

julianklumpers commented 4 years ago

?