Can not create custom project

Louis 181 Reputation points
2022-02-25T00:29:50.653+00:00

Hi:

This is my first time to use form recognizer, I am having trouble when I create a new custom project.

I think I have settled my blob correct but it still does not work.

Any ideas on how to solve this?

Thanks

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

Accepted answer
  1. YutongTie-MSFT 48,821 Reputation points
    2022-02-25T01:14:57.177+00:00

    @Louis

    Thanks for reaching out to us, this may be caused by incorrect CORS setting. I have posted the same solution in below thread as well:
    https://learn.microsoft.com/en-us/answers/questions/587119/form-recognizer-studio-custom-form-stucks-at-34loa.html

    The workaround works for me is:

    Add a new rule for my storage account .

    Configure cross-domain resource sharing (CORS) on the Azure Storage blob Enable CORS on your storage account. Select your storage account in the Azure portal and then choose the CORS tab on the left pane. On the bottom line, fill in the following values. Select Save at the top.

    Allowed origins =
    Allowed methods = [select all]
    Allowed headers =
    Exposed headers = *
    Max age = 200 (here I am using 1800, but 200 should be enough)

    177637-1.png

    Then everything works fine for me. Besides that, please make sure your storage account is under Standard performance and your container is Public access level to Container (anonymous read access for containers and blobs).

    Hope this will help. Please let us know if any further queries.

    Regards,
    Yutong

    -Please kindly accept the answer if you feel helpful, thanks!

    0 comments No comments

0 additional answers

Sort by: Most helpful