Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
根据 AWS Rekognition 条款:
一个词是一个或多个不以空格分隔的 ISO 基本拉丁脚本字符。DetectText 最多可以检测图像中的 50 个单词。
如何检测超过 50 个单词的图像中的文本?
给我一个线索...谢谢。
我建议使用 Amazon Textract - 我知道这个答案早就应该得到了,并且在最初提出问题时 Textract 并不存在。但是,我想提供它是为了那些可能仍希望将 Rekognition 用于相同目的并面临此处记录的问题的人。
您可以将图像分割成更小的部分,将每个部分输入到 Rekognition,然后在最后将它们组合起来。