AndroidDocumentScanner
AndroidDocumentScanner copied to clipboard
This library helps to scan a document like CamScanner.
Please check the image attached .... points go out out bound .... is there a way to atlas keep the points inside the screen so that user can adjust it
Hi, @mayuce , @shahawi , I'd like to report a vulnerability issue in **io.github.mayuce:AndroidDocumentScanner:1.6.1**. ### Issue Description **io.github.mayuce:AndroidDocumentScanner:1.6.1** directly or transitively depends on ***7*** C libraries (.so) cross many platforms(such...
I have a problem with a rotation the large photo (12mp), when I try to rotate it, cropping activity was stopping and application return to the previous activity. When I...
Getting error libEGL: call to OpenGL ES API with no current context (logged once per thread) 
After adding this library, app size increased by 30 MB. Is there a way to reduce the app size ?
How can I prevent Image from rotation. I know there is function `private suspend fun setImageRotation() { var tempBitmap = selectedImage.copy(selectedImage.config, true) for (i in 1..4) { val point2f =...
Below is the Error: " java.lang.RuntimeException: Unable to start activity ComponentInfo{com.labters.documentscannerandroid/com.labters.documentscannerandroid.ImageCropActivity}: java.lang.NullPointerException: contentResolver!!.openIn…odeStream(this) } must not be null ". The application works fine when I select the image from the...
I am getting the bitmap correctly but when I setImage to documentScanner the app crashed. And the error is **NullPointerException**