文本分析 returns 404 'Resource not found'

Text analytics returns 404 'Resource not found'

试图缩小 Postman 的问题范围。我在 SouthCentralUS 和 BrazilSouth 尝试过订阅,但总是一样。

POST https://southcentralus.api.cognitive.microsoft.com/text/analytics/v2.0

Header: Ocp-Apim-Subscription-Key: xxx Content-Type: application/json

Body {"url":"https://www.ciclosoftware.com/wp-content/uploads/2017/02/ciclo-software.png"}

实际上,如果我只是将 url 作为 GET 而没有 headers 和 body 放入浏览器,我会得到相同的结果。但我不明白我可能做错了什么。我什至认为这可能是 Azure 的内部问题……??

你想达到什么目的?

Text Analytics API 系列中有 4 个方法:

如您所见,none 这些端点与您正在尝试的端点匹配,因此您得到了 404。此外,他们都在等待 JSON 中的文本输入,而不是像您尝试提供的 link。

您是否正在寻找 OCR 功能?在那种情况下,你应该看看 Computer Vision API,然后你有 2 种可能性:

  • OCR方法,见here
  • Recognize Text 方法,请参阅 here,目前处于预览状态且仅适用于英文文本