Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
372 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We are using the read/analyze api to upload the image and it returns operation-location in response and then we call the read/analyzeResults api using that operation-location to get the results.
As we are now in production and wanted to see if there is a way to actually get image back from operation-location id? Is there a way to see the image on Azure using this operation-location id?
Hi, there's no way to get the image as output using operation-location id. This document describes how OCR processes the data.