Reputation: 155
Is it possible for Mobile Vision API to detect Chinese, Japanese and Korean? If not, is there any way to detect these language in Android?
Upvotes: 1
Views: 3006
Reputation: 6099
Google Cloud Vision API provides support for a much larger set of languages (i.e. Chinese) from an OCR standpoint: https://cloud.google.com/vision/docs/languages
Upvotes: 2
Reputation: 615
You can detect Chinese, Japanese and Korean Tesseract but you will not get 100% result.
Tutorial Link :
http://imperialsoup.com/2016/04/29/simple-ocr-android-app-using-tesseract-tutorial/
other Language Data files :
https://github.com/tesseract-ocr/tessdata
Sample Links:
https://github.com/rmtheis/tess-two
https://github.com/imperialsoup/SimpleTesseractExample
Upvotes: 0