Library for Android to crop/scan Documents. Implemented using OpenCV.
To use this Library:-
Add following to project level build.gradle :-
allprojects {
repositories {
...
maven { url 'https://jitpack.io' }
}
}
And following to app level build.gradle :-
dependencies {
implementation 'com.github.sd1998:CVScanner:-SNAPSHOT'
}