Skip to content

Library for Android to crop/scan Documents

License

Notifications You must be signed in to change notification settings

evgk/CVScanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

Library for Android to crop/scan Documents

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%