About Latest SDK

Umesh Mishra 1 Reputation point
2021-11-03T14:03:14.07+00:00

I have Implement OCR Fuctionality in Android using Computer Vision. But Result is not Accurate as expected. Can you tell me What is current Mobile SDK, And how can we improve the results.

Azure AI Custom Vision
Azure AI Custom Vision
An Azure artificial intelligence service and end-to-end platform for applying computer vision to specific domains.
214 questions
{count} votes

1 answer

Sort by: Most helpful
  1. YutongTie-MSFT 46,566 Reputation points
    2021-12-03T23:30:28.577+00:00

    @Umesh Mishra

    Sorry not receive your response. I think you may mention the client library of Computer Vision, Azure Computer Vision supports REST API and Client Library as below document:
    https://learn.microsoft.com/en-us/azure/cognitive-services/computer-vision/overview-ocr

    For API, the latest version is V3.2
    For Client Library, below is the dependencies of JAVA Client Library:
    https://search.maven.org/artifact/com.microsoft.azure.cognitiveservices/azure-cognitiveservices-computervision

    The source code of the client library is here: https://github.com/Azure/azure-sdk-for-java/tree/main/sdk/cognitiveservices/ms-azure-cs-computervision

    Hope this help and sorry for the misunderstanding.

    Regards,
    Yutong

    0 comments No comments