Azure AI Vision Studio

Azure AI Vision Studio gives you access to Azure AI Vision APIs through a graphical user interface that does not require coding to get started.

A screenshot showing the Vision Studio interface.

When you open Vision Studio, you need to select your default resource. Your default resource in Vision Studio must be an Azure AI services resource, rather than Azure AI Vision resource.

From the Vision Studio home page, you can select Optical Character Recognition and the Extract text from images tile to try out the Read OCR engine. Your resource begins to incur usage costs when it is used to return results. Using one of your own files or a sample file, you can see how the Read OCR engine returns detected attributes. These attributes correspond with what the machine detects in the bounding boxes.

A screenshot showing the detected attributes.

Behind the scenes, the image is analyzed for features including people, text, and objects, and marked by bounding boxes. The detected information is processed and the results are returned to the user. The raw results are returned in JSON and include information about the bounding box locations on the page, and the detected text. Keep in mind that Vision Studio can return examples of OCR, but to build your own OCR application, you need to work with an SDK or REST API.

A screenshot showing bounding boxes and the related json returned.

Leave a Reply

Your email address will not be published. Required fields are marked *