PDFExtractot

Munawar 0 Reputation points
2024-05-17T19:14:44.62+00:00

Dear All,

I am using below api for PDFExtractot to get the data from my trained model.

i am not getting any response from api.

my api request is this.

https://itgextractor.cognitiveservices.azure.com/documentintelligence/documentModels/rmixinvoice:analyze?_overload=analyzeDocument&api-version=2024-02-29-preview&pages=1&locale=en-US&stringIndexType=textElements

i am passing the document url in body. and the "Ocp-Apim-Subscription-Key" in header

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,452 questions
{count} votes

1 answer

Sort by: Most helpful
  1. santoshkc 5,335 Reputation points Microsoft Vendor
    2024-05-20T07:04:30.2633333+00:00

    Hi @Munawar,

    Thank you for reaching out to Microsoft Q&A forum!

    Please attempt to replicate the steps provided below using REST API with the POSTMAN tool.

    Use the POST request followed by GET request in the Postman. Once the POST request was done in the Postman, we get the "Operation Location". Kindly use this "Operation Location" URL in the GET request in postman. Please also provide the API key, content type, etc in the GET request as well and click on "SEND" button in postman.

    POST:

    User's image

    Inside the "Body" of POST request, please give your document url (urlSource) as shown below:

    User's image

    Take a note of the "Operation Location" from above step, after clicking on the "SEND" button.  

    GET:

    User's image

    For more info, please refer to: API documentation.

    I hope this helps. And, if you have any further query do let us know.


    If this answers your query, do click Accept Answer and Yes for was this answer helpful.

    0 comments No comments