Congnitive Service - Computer Vision - Read

Lalith 161 Reputation points
2021-10-01T05:16:48.797+00:00

Hello, I am using this API to read content from PDF

My Request Parameters -

{
 "language": "en",
 "readingOrder": "basic",
 "pages": "1-2",
 "model-version": "latest"
}

and I get my response as -

{
  "status": "running",
  "createdDateTime": "2021-10-01T05:13:01Z",
  "lastUpdatedDateTime": "2021-10-01T05:13:02Z"
}

why is my status still running and why am i not able to read the analyzed json data from the pdf? If i upload an image i get a proper response.

Azure Computer Vision
Azure Computer Vision
An Azure artificial intelligence service that analyzes content in images and video.
373 questions
Azure AI services
Azure AI services
A group of Azure services, SDKs, and APIs designed to make apps more intelligent, engaging, and discoverable.
2,854 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2021-10-07T06:06:50.973+00:00

    anonymous userrasad-0549 Thanks for the details. We are able to execute the The Read API and get the Operation Id and used the Get Read Result operation to fetch the detected text lines and words as part of the JSON response. Please find the snapshot for the same.

    138356-image.png

    There is a brand new online portal provided by Microsoft https://preview.vision.azure.com/demo/OCR

    The advantage is that it will directly list your available resources so you just have to pick the right one, then you test, and there are also some samples.

    138433-image.png

    0 comments No comments

Your answer

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