WebsiteBeaver / react-native-document-scanner-plugin

A React Native document scanner plugin for Android and iOS
https://react-native-document-scanner.js.org/
MIT License
280 stars 55 forks source link

feature request: return the detected texts in the scanned document. #102

Open 03balogun opened 1 year ago

03balogun commented 1 year ago

Hello @dmarcs, great work with this library.

Is adding a method that leverages VisionKit and OpenCV to return the Texts detected from the scanned documents and their boundaries possible? Thanks.

I would appreciate some pointers maybe I can send in a PR for this if you don't mind.

dmarcs commented 1 year ago

It shouldn't be difficult to implement with VisionKit. Doing it with OpenCV is probably more challenging.