Android application for image recognition of Japanese kanji characters.
This application differs from Google Translate in that it's focused on kanji recognition instead of sentence translation and gives the readings in kana instead of romaji. Designed as a streamlined learning aid for kanji where the source material is printed and there is no furigana.
This application relies upon Google's Cloud Vision API. Cloud vision usage and pricing tiers are described here. Each account is allocated 1000 free queries a month.
A stock build of this repository will fail without your own instance of google-services.json. To build and use this application you must set up the Vision API within your own Google account as described at https://cloud.google.com/vision/docs/setup.
Uses KANJIDIC2 for readings and meanings on the results activity.