I am having an issue with detecting Hindi fonts using Google Vision API OCR service. The documentatio says that Hindi is supported.
When I drag and drop an image on their demo page (https://cloud.google.com/vision/), it works flawlessly. However, when I make an API call for the same image, it gives me Korean characters.
I am using their PHP client from github to make the API callls.
I have tested some other foreign languages like Japanese/Chinese. Those seem to be working fine.
Is there something I am missing here?