Share via

What is the Ink Recognizer API?

bharathn-msft 5,146 Reputation points Microsoft Employee Moderator
2020-05-14T02:34:02.183+00:00

How is ink recognizer API service different from OCR API of Azure computer vision API service?

[Note: As we migrate from MSDN, this question has been posted by an Azure Cloud Engineer as a frequently asked question] Source: Azure Docs

Azure Document Intelligence in Foundry Tools
0 comments No comments

Answer accepted by question author

Rohit Mungi 806 Reputation points
2020-05-14T07:00:53.363+00:00

The Ink Recognizer Cognitive Service provides a cloud-based REST API to analyze and recognize digital ink content. Unlike services that use Optical Character Recognition (OCR), the API requires digital ink stroke data as input. Digital ink strokes are time-ordered sets of 2D points (X,Y coordinates) that represent the motion of input tools such as digital pens or fingers. It then recognizes the shapes and handwritten content from the input and returns a JSON response containing all recognized entities. More information about the service can be found here.

Source: Azure Docs

Was this answer helpful?

1 person found this answer helpful.
0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.