Share via

Form Recognizer custom model storage & using REST API to analyze

f-ang 31 Reputation points
2022-09-02T16:45:30.523+00:00

I have 2 questions.

  1. Where are my custom models stored at?
    The FAQ answer is "The trained custom models are stored in Azure storage in the same region and logically isolated with their Azure subscription and API credentials." Is it correct to assume that they are stored at a shared storage?
  2. Is there any way to analyze local files using the REST API?
    I ran the following command, replacing {your-document-url} with my local file path, and got an error message. Is there any way to resolve this?
    curl -v -i POST "https://{endpoint}/formrecognizer/v2.1/layout/analyze" -H "Content-Type: application/json" -H "Ocp-Apim-Subscription-Key: {key}" --data-ascii "{​​​​​​​'source': '{your-document-url}'}​​​​​​​​"

Thanks

Azure Document Intelligence in Foundry Tools

1 answer

Sort by: Most helpful
  1. f-ang 31 Reputation points
    2022-09-22T13:57:01.837+00:00

    Hi, just an update on the above questions.
    Solved qs no.2!
    Thanks.

    Was this answer helpful?

    1 person found this answer helpful.
    0 comments No comments

Your answer

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