AndroidDocumentScanner
AndroidDocumentScanner copied to clipboard
Points are not showing
Getting error libEGL: call to OpenGL ES API with no current context (logged once per thread)
similar issue
@karnasurendra @AbithaAntony Were you able to find solution for this issue ? I'm looking for a document scanner library. Did you find any other document scanner library which is more stable ?
Hey
This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the names are getting conflict it won't work.
On Thu, 1 Jul, 2021, 15:49 K Pradeep Kumar Reddy, @.***> wrote:
@karnasurendra https://github.com/karnasurendra @AbithaAntony https://github.com/AbithaAntony Were you able to find solution for this issue ? I'm looking for a document scanner library. Did you find any other document scanner library which is more stable ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-872116668, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZ4QKJJI7TXRSTNM6Q3TVQ6LXANCNFSM4WMFJPUQ .
Hey This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the names are getting conflict it won't work.
Does this library increase the app size significantly ? How much size does this library increase the app size by ?
Yes it will almost 20 - 30MB
On Sat, 3 Jul, 2021, 12:51 K Pradeep Kumar Reddy, @.***> wrote:
Hey This library is totally fine we didn't looked for the another library. Please cross check all the drawable files from the library and from your project if the names are getting conflict it won't work. … <#m_2336591626029583279_> On Thu, 1 Jul, 2021, 15:49 K Pradeep Kumar Reddy, @.***> wrote: @karnasurendra https://github.com/karnasurendra https://github.com/karnasurendra @AbithaAntony https://github.com/AbithaAntony https://github.com/AbithaAntony Were you able to find solution for this issue ? I'm looking for a document scanner library. Did you find any other document scanner library which is more stable ? — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub <#29 (comment) https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-872116668>, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZ4QKJJI7TXRSTNM6Q3TVQ6LXANCNFSM4WMFJPUQ .
Does this library increase the app size significantly ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-873361489, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZ7TLITX6DW7L2CF57DTV226FANCNFSM4WMFJPUQ .
@karnasurendra App size increased by 30 MB after adding this library. Is there a way to reduce the app size ?
No Mate, The Library internally uses NDK ..
On Fri, 9 Jul, 2021, 18:58 K Pradeep Kumar Reddy, @.***> wrote:
@karnasurendra https://github.com/karnasurendra App size increased by 30 MB after adding this library. Is there a way to reduce the app size ?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mayuce/AndroidDocumentScanner/issues/29#issuecomment-877187615, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIC3KZZNPMNEPWTEGFGG2T3TW32PBANCNFSM4WMFJPUQ .
How did you resolve this issue ? I'm also facing the same issue.
Later we removed this feature, So removed this library and NDK support as well.
Did you try it out with the latest version of it? It might help with the point issue but not with the size increase. It is including OpenCV SDK and it increases the size. You could try only include required classes to lower the size from OpenCV SDK by adding it as a library to your project.