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

Unable to call crop activity from my activity #60

Open geekyRJ opened 6 years ago

geekyRJ commented 6 years ago

although it is very good library. but there are few issue which need to be resolved. unable to call crop activity directly from my activity. the way you tell us will open another activity which in turn call crop activity.but i don't want to open intermediate activity. so please tell me is there any way to open crop activity directly from my activity and get the result from it.

another issue i found is auto edge detection. so please update me the solution so i can resolve my issue.