2

Can Google Vision API tell us what language does the text belong to in an image

For example, an image contains "Hello" in different languages like

https://pocketcultures.com/2008/10/30/say-hello-in-20-languages/

Would it be possible to get the language corresponding to the extracted text in an image

For multiple languages in the image, How it will be detected. Refer below example image contains four languages. Vision API detected all four languages.

Question How to identify the language for the particular text in the image [Refer below image and response from vision api]

enter image description here

Attached response from vision API

https://jsonbeautifier.org/?id=4876ed03d4754b868067f0f119347e40

hepzi
  • 435
  • 4
  • 17

1 Answers1

2

Updated: Vision API response contains the detected language code on the image.

Christopher
  • 895
  • 6
  • 15
  • So does Vision OCR tell the language or not? – Nakilon Sep 05 '19 at 18:38
  • @Christopher Updated question kindly looks into it. For multiple languages in an image. Cloud Vision API can extract the language code for corresponding text in the image. – hepzi Sep 09 '19 at 08:43