mtotschnig / OCR

Apache License 2.0
53 stars 6 forks source link

"Waiting for the text recognition model to be downloaded" fails #2

Closed edo0 closed 3 years ago

edo0 commented 3 years ago

I have just tried for the first time the OCR function on my device. Specifically I run:

Since my version of MyExpenses was downloaded from F-droid, I went on to download the OCR reader companion app. Unfortunately the same warning message is displayed every time I try to scan a receipt

Picture

Here is a logcat I have capture in one of the occasions

mtotschnig commented 3 years ago

I suppose that microg does not implement the feature that mlkit needs from Play Services, i.e. download of the model that it uses for text recognition. Unfortunately, there does not seem to be an option to include that model directly into the app. So Google-free phones would need to wait for the planned alternative implementation based on Tesseract.

mtotschnig commented 3 years ago

I am closing this, since a version based on Tesseract is now available.