0
0
Fork 0
mirror of https://github.com/mtotschnig/MyExpenses.git synced 2026-04-21 06:20:50 +00:00
6 FAQ: OCR
Michael Totschnig edited this page 2021-03-15 15:23:55 +01:00

How to use the Scan receipt feature?

The version distributed on Play Store makes use of dynamic feature modules, i.e. the code needed for this feature is downloaded on demand.

This solution is not available on the versions distributed on F-Droid, Amazon AppStore and Huawei AppStore. Therefore text recognition capability is provided by an OCR helper application. This helper is available in two variants, one based on Ml Kit (proprietary), the other based on Tesseract (OpenSource). The Tesseract variant can be installed from F-Droid(https://f-droid.org/packages/org.totschnig.ocr.tesseract/), the Ml-Kit variant can be found on the project's release page on Github.