beast / react-native-scan-doc

A document scanner that automatically trims the edge with perspective transform
MIT License
40 stars 9 forks source link

Will this work on iOS? #1

Open themakerman opened 7 years ago

themakerman commented 7 years ago

Does scanning and cropping of paper edges work on iOS?

beast commented 7 years ago

Yes, it will work. The reason I have not been able to work on the iOS is because it requires me to write opencv code for iOS platform, which I have not had the time to look into. But my Android code already provided the logic, you simply have to map it to iOS.

ducpt2 commented 7 years ago

@themakerman Did you make it work? Thanks.

EricPKerr commented 6 years ago

What's the recommended way to get this scanning functionality on iOS and Android right now?

Thanks everyone

ducpt2 commented 6 years ago

@EricPKerr Nope :(