Open Venkata-Bhagavan opened 1 year ago
Have you found any solution for it.Please share I am also stuck.
Nope.
Make sure have you set these configuration at the startup:
val configuration = DocumentScanner.Configuration() configuration.imageQuality = 100 configuration.imageSize = 1000000 // 1 MB configuration.imageType = Bitmap.CompressFormat.JPEG DocumentScanner.init(this, configuration) // or simply DocumentScanner.init(this)
Yes I have set it. In your created project its working but when I import library to my project then it's creating issue.
Same problem here, same error is thrown, maybe you found fix meanwhile? @iulian-buzila
I'm getting this error and the activity closes soon after a few milliseconds.