Search

Read Handwritten Text

Articles

Use this function to recognize the handwritten text in an image.

Syntax

Read Handwritten Text (subscription_key, service_url, image_url)

Parameters

Input Parameter Name Description
subscription_key Azure cognitive service computer vision subscription key
service_url Computer vision endpoint
image_url Remote image URL

Returns

Return Value Description
Output
  • On Success: 1, Recognized handwritten results
  • On Failure: 0, Error Message

Sample

Read Handwritten Text (123456abcs, https: //jiffyai.azure, https: //docs.jiffy.ai/image.png)

  • Uses the subscription_key ‘123456abcs’ to connect to the service ‘https: //jiffyai.azure’, recognizes the the handwritten text in the remote image ‘https: //docs.jiffy.ai/image.png’.
    Returns the ‘Recognized handwritten results’.

To view all the MSVision functions, click here.

Did you find what you were looking for?