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

Images saving on the app issue #109

Open vij21 opened 4 years ago

vij21 commented 4 years ago

how do I implement images to be saved on the app after scanning them? as many images to be saved as I want?

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