【发布时间】:2020-05-13 01:09:45
【问题描述】:
我已经使用 gcp vision api pdf 提取一个月了,但最近我收到超时错误。
type=vision.enums.Feature.Type.DOCUMENT_TEXT_DETECTION)
The error is 'Operation did not complete within the designated timeout.'
可能是基础架构问题,因为代码库没有改变,但我如何从 Google 中找到?
【问题讨论】:
-
您遇到这个问题有多久了?是一直失败还是偶尔失败?
-
我今天也遇到了同样的问题,用了一个多月了。也许这是API的一些问题?我希望因为到目前为止还没有任何线索。
-
同样的问题
-
这里有同样的问题,由于某种原因看起来是异步的问题。刚刚用 batch_annotate_files 测试,我收到了回复
-
它已经完美工作了一个月,但不再工作了。看起来它正在部分处理文件,因为我可以在 gcp 存储上看到它们,但服务器没有正确响应客户端。
标签: google-cloud-platform google-vision vision-api