Skip to content

Latest commit

 

History

History
21 lines (18 loc) · 389 Bytes

README.md

File metadata and controls

21 lines (18 loc) · 389 Bytes

CVScanner

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'
	}