Google Cloud Vision API - TEXT_DETECTION

2019-06-25 01:30发布

When i try to recognize a text in image, like the italian word "Perchè", Vision API get back the word "Perche" (give back the "e" and not the correct one "è").

I don't want to use languageHints to try to obtain better results because i've to do OCR Recognition across different language.

What is the problem here?

1条回答
太酷不给撩
2楼-- · 2019-06-25 01:35

This is known issue with the Cloud Vision API when you don't use language hints.

You can see the actual bug report here.

It is in state accepted, but there seems to be radio silence on it for the last few months. It may take some time to roll it out.

查看更多
登录 后发表回答