Azure form recognizer - Image URL in request body

Goyal, Mayank 6 Reputation points
2021-12-25T01:10:46.833+00:00

Hi, If we pass image URL in form recognizer request body, and this URL is not public rather image is uploaded to a storage account blob container folder. How will form recognizer authenticate and pick up this image?

Azure AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
1,914 questions
0 comments No comments
{count} vote

2 answers

Sort by: Most helpful
  1. romungi-MSFT 48,531 Reputation points Microsoft Employee
    2021-12-27T11:34:24.227+00:00

    @Goyal, Mayank If you are developing a custom form recognizer model then using a storage connection to place your training dataset in a Azure storage container and generating a SAS URL is a pre-requisite to develop a model.

    After the model is developed you can use the custom model or the pre-built model to pass the form as a URL or stream to get the results. In case of URL you need to ensure the form is available on public internet and if the form is on azure storage container you can restrict access by using a SAS URL and other options available to expire the token after a certain period.


  2. Dr. Dhananjaya Reddy 1 Reputation point
    2022-02-12T04:27:14.54+00:00
    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.