What is the Ink Recognizer API?

bharathn-msft 5,086 Reputation points Microsoft Employee
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 AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,365 questions
0 comments No comments
{count} vote

Accepted answer
  1. Rohit Mungi 801 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

    0 comments No comments

0 additional answers

Sort by: Most helpful