Myanmar Language (Burmese) not supported

13 views
Skip to first unread message

Dominiquo Santistevan

unread,
Nov 26, 2018, 4:58:51 AM11/26/18
to cloud-vision-discuss
Hi, 

Myanmar Language is supported in the drag and drop OCR feature but not in the google vision API. Is there/will there be a way to access the same models used in the drag and drop with the API as well?

Ali (Cloud Platform Support)

unread,
Nov 26, 2018, 10:08:35 AM11/26/18
to cloud-vision-discuss
Hi,

I was able to observe the same behavior where Burmese was detected using the drag and drop feature, but failed with the API when doing some text_detection. As the drag and drop feature uses the REST API, I tested further and found that it works for document_text_detection. The post request below should detect text in Burmese. However, as Burmese is not listed as a supported language, I would avoid using it for critical or in production applications. 

{
  "requests": [
    {
      "features": [
        {
          "type": "DOCUMENT_TEXT_DETECTION"
        }
      ],
      "image": {
        "source": {
          "imageUri": "gs://BUCKET_NAME/filename"
        }
      }
    }
  ]
}

Additionally, to understand why Burmese works for document_text_detection although not listed, I announced this issue to the Vision API engineering team. I also opened an issue tracker to allow you to follow the progress of this matter. I suggest you subscribe to it as updates regarding this matter will be posted on the issue tracker thread. 
Reply all
Reply to author
Forward
0 new messages