olexale / flutter_mrz_scanner

Scans MRZ (Machine Readable Zone) from identity documents.
MIT License
51 stars 43 forks source link

App is crashing on release build #17

Closed aashutosh-dev1 closed 1 year ago

aashutosh-dev1 commented 2 years ago

App crashes while release a release build. i.e. flutter build apk --release

Ishadir commented 2 years ago

I'm having the same issue, in debug mode it's work but crash in release build, any solution?

mobin-sk commented 1 year ago

same here

Issue that breaks : Lcom/googlecode/tesseract/android/TessBaseAPI;.onProgressValues(IIIIIIIII)V

this has fixed in below link

https://github.com/adaptech-cz/Tesseract4Android/commit/2ae13f3fd3c4009af37f0612d9b9ac5a62ab50e1

this needs to implemented in this plugin

waiting for author to fix this ...