0

我有一个使用 Azure Vision API 的 Python 应用程序。我将图像发送到 Azure Vision-OCR 并从那里读取输出。通常的反应如下:

**{'status': 'succeeded', 'createdDateTime': '2020-11-20T05:07:46Z', 'lastUpdatedDateTime': '2020-11-20T05:07:46Z', 'analyzeResult': {'version': '3.0.0', 'readResults': [{'page': 1, 'angle': 0, 'width': 500, 'height': 265, 'unit': 'pixel', 'lines': []}]}}** 

当我在 azure 上运行相同的应用程序并从 python 应用程序进行相同的调用时,它返回如下响应:

**{'status': 'running', 'createdDateTime': '2020-11-23T09:23:09Z', 'lastUpdatedDateTime': '2020-11-23T09:23:09Z'}**

我没有获得成功的状态,也不analyzeResult存在。可以做些什么来解决这个问题?

4

0 回答 0