Content
How to fix this Authorization Failure in Azure Document Intelligence ?
I am trying to create a custom trained model in Azure AI Document Intelligence. I am stuck with this authorizatio failure error, in my first attempt. Kindy let me know a way out. -- kalyan
How to recognize the strikethrough text by Form Recognizer
I want to get the $149, 159 and 169 from below image, but it comes out $14950, 15960 and 16970 by Form Recognizer. Is there any solution to deal with this problem?
Form recognizer doesn't recognize the correct text with strikethrough
I'm using Form recognizer to extract the text from a pdf file. The file includes some strikethrough text as below: It comes out with $14950, $15960, and $16970 instead of $149, $159, and $169. How can I get the correct text for this case?
Continue Deployment Document Intelligence with Github
Hello Community, I'm exploring ways to integrate Git&GitHub for managing trained models in Azure AI Document Intelligence. I understand that Azure AI Document Intelligence Studio can train a model, let's call it "ModelName," which…

Azure AI | Document Intelligence | REST API | Authentication
Hi Team, I am trying to use the Document Intelligence Services REST API for a custom mode. The API works great in the "Try in out" mode. However, I want to use it programmatically via API. I am unable to figure out the Authentication piece,…
Azure Document Intelligence Extract response table Data from a document
Hello, I am using Azure AI Document Intelligence. I am trying to Use Python SDK, while passing the test document, its saying invalid document. # Make sure your document's type is included in the list of document types the custom model can analyze poller…
Document Intelligence - Composed Model Error
Hello, We've been using Azure DI for a few years now. We build custom models to meet the needs of our business. However, as of two days ago, we can no longer compose models. I can train new models, just can't compose them. The error: I am opening a…
Default page width and height dimensions for Document Intelligence Read API
Hi! I am writing some code to call the Azure Document Intelligence Read api and OCR some PDFs. Everything is working fine so far, but I had a question about part of the AnalyzeResult api. I noticed in the AnalyzeResult -> DocumentPage class that is…
Document Intelligence Studio (Former Form Recognizer) Project Access
How do I share my projects in Document Intelligence Studio to other team members?
i have a long Q&A form that need to filled by customer , i need to summarize the customer response and also check if customer has failed to fil any filed using Generative AI
I have a long Q&A form that needs to be filled by the customer, I need to summarize the customer response and also check if the customer has failed to fill any field using Generative AI LLM.

How do I use Azure Form Recognizer to Redact PII on my forms?
I have a situation where I need to redact personal identifiable information (PII) from scanned pdf(s). The problem is the PII is embedded in a free text field, meaning the PII could be anywhere in a sentence. So how can I use Azure Form Recognizer to…
Move Document Intelligence(Form Recognizer) custom model from one account to other account
If I create custom model in tenant id A i want to make copy of this model in tenant id B so guide me about this issues.
The subscription is not registered to use namespace Microsoft.Storage
Hello I am trying to create a project for custom extraction model and encountering this error msg. Tried following the steps to go to Resources Provider, but not sure what to register from there. Need help The subscription is not registered to use…
azure document intelligence custom text classification classify tiff files returns random result using python sdk
I have manually built a custom document classifier ‘6typesnew’ using document intelligence studio for six types of document of tiff files. I am trying to classify a document 1.tif. When I classify it manually in document intelligence studio, the result…
How to retrieve table data from a table which spans multiple pages of a document in a single table.
I have followed the video you posted and have mapped a few rows from each page of the table which spans multiple pages. When the training is complete and i test, the data returned is only from the rows which i mapped. See below: The Test return…
Azure Sandbox and Document Intelligence ERROR Fetching Files
Hi there, I'm having trouble fetching files in Azure Sandbox that I want to use to train a custom or pre-built model in Document Intelligence Studio. I've already set up the resource and service, enabled CORS, but keep getting an error message. Can…

S0 standard Azure document intelligence, cost explain
Hi, We are using the azure document intelligence java api to extract only 3 fields from 250 pdfs documents. We are wondering why we have more then 1000 request in the monitoring dashboard ? Could you explain how many request are billed per each pdf ?

Azure Document intelligence custom template model what does training do?
I am using Azure Document intelligence 3.0(2022-08-31). Since Custom template model depends on Read model and layout model, but these 2 models don't have a "train" option, we only get what the model returns. Is it the training of Custom…

Please enable DarkMode on Document Intelligence Studio (Azure Form Recognizer Studio)
Can you please add the functionality to add/apply Dark Mode in Document Intelligence Studio. My eyes hurt after of so many hours training Data.


Query Fields in Prebuilt Invoice model doesn't return any result.
Hello, Using the 2023-10-31 Preview version of the API, the Query Fields feature doesn't return any value for the Pebuilt-Invoice. Tested in East US and West Europe regions, using the Document Intelligence Studio. Note: The Query Fields feature still…