AWS text_detection() 可以检测图像中的中文或其他语言吗?
Can AWS text_detection() detect Chinese or other languages in an image?
我是 python 和机器学习的新手,但我已经开始掌握它了。使用 AWS text_detection 真的很酷,但我想知道它是否可以检测英语以外的语言。我知道 AWS 具有识别文本文件中主要语言的功能,但可以识别图像文件吗?感谢任何帮助。
我很确定它只能识别只包含英文字母的英文单词。
来自文档:
A word is one or more ISO basic Latin script characters that aren't separated by spaces. DetectText can detect up to 50 words in an image.
我是 python 和机器学习的新手,但我已经开始掌握它了。使用 AWS text_detection 真的很酷,但我想知道它是否可以检测英语以外的语言。我知道 AWS 具有识别文本文件中主要语言的功能,但可以识别图像文件吗?感谢任何帮助。
我很确定它只能识别只包含英文字母的英文单词。
来自文档:
A word is one or more ISO basic Latin script characters that aren't separated by spaces. DetectText can detect up to 50 words in an image.