Does anyone know of any solutions for document scanning in Cordova apps on Android devices ?
For our PhoneGap app we are looking for a plugin that can do:
- edge detection when taking a picture of paper documents (preferably with visual feedback)
- automatic cropping and perspective correction of the document after taking the picture.
Alternatively is there an Android app or library we could integrate with ? So far I found the following options:
- Anyline Document Scanner : https://www.anyline.io/document-scanner/ (most promising so far)
- CamScanner API : https://dev.camscanner.com/?language=en-us (does what I'm looking for, but no visual feedback of edge detection)
- OpenCV : opencv.org (involves a lot more developing effort)
Any help is appreciated...