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 Go 开发工具包进行 DetectText,基本上是尝试用于 OCR,并且看到响应中仅包含大约 30% 的文本,其余文本被忽略。有人知道响应中返回的文本 blob 总数有限制吗?有什么办法可以解决吗?
AWS Recognition 最多只能在单个图像中检测 50 个单词。
您应该使用 OCR 软件来处理大量数据,例如免费的 OCR
https://ocr.space/ocrapi
现在 AWS texttract 服务克服了 rekognition 的限制,提供了 OCR。