Text detection

Text detection activity detects words from image files. It uses optical character recognition (OCR) technology. The results are JSON format, including the entire extracted string, individual words, and their bounding boxes.

You can find detailed information and documentation about Microsoft Cognitive Services text detection features.

*Ocp Apim Subscription Key Microsoft Computer Vision API Key
*Endpoint Microsoft Computer Vision API Url
*Image Url Image file’s public url address
*Response variable name Variable name to store the http response

Ocp Apim Subscription Key Example

2dfc034684a3434fb3270534c5efdc66

*Endpoint Example*

https://yourapiurl.cognitiveservices.azure.com/

Image Url Example

http://example.com/images/test.jpg

Response variable name Example

getResponse