SubhamTyagi / android-ocr

Tesseract based OCR for android
Apache License 2.0
365 stars 61 forks source link

Fixed #88 and removed unnecessary preference #89

Closed p-davide closed 7 months ago

p-davide commented 1 year ago

This fixes some crashes caused by the fact that multiple languages were concatenated as strings (eg "eng+ita") and sent to functions that treated the string as a single language. These functions now take a Set<Language>.

The ListPreference for a single language has also been removed, since you can just pick a single one from the multi-select one.

SubhamTyagi commented 1 year ago

After selecting multiple languages(other than English) Language data is not downloading (no dialog for download selected language). Neither showing selected language on home screen.

muchuelo commented 10 months ago

Looks like good news. Looking forward to seeing the new build on F-Droid.

j-lakeman commented 9 months ago

@SubhamTyagi any updates on this?