AndroidDocumentScanner icon indicating copy to clipboard operation
AndroidDocumentScanner copied to clipboard

This library helps to scan a document like CamScanner.

Results 11 AndroidDocumentScanner issues
Sort by recently updated
recently updated
newest added

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) ![1611157357427](https://user-images.githubusercontent.com/17121267/105281459-3d061280-5bd2-11eb-8a01-9366a170007f.JPEG)

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**