jhansireddy / AndroidScannerDemo

ScanLibrary is an android document scanning library built on top of OpenCV, using the app you will be able to select the exact edges and crop the document accordingly from the selected 4 edges and change the perspective transformation of the cropped image.
MIT License
1.07k stars 472 forks source link

Scanned image not saving!!! #125

Closed Reuben-cyber closed 3 years ago

Reuben-cyber commented 4 years ago

How do i save the scanned images ...Please Help me !!!

Reuben-cyber commented 4 years ago

found solution comment this particular line : getContentResolver().delete(uri, null, null); in the onActivityresult function in your main activity.....after this my images got saved in the picture folder of my phone and it is visible in the gallery ...in android marshmellow