hepzi
hepzi

Reputation: 445

Can Google Vision API extract the multiple language code for corresponding text in the image

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

Upvotes: 2

Views: 803

Answers (1)

Christopher
Christopher

Reputation: 941

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

Upvotes: 2

Related Questions