Extact Hyperlink in azure document intelligence ai
Hello everyone, I wanted to ask whether it is possible to also extract and show the url of hyperlinks in the markdown generated by Azure document intelligence ai. I can only see the text the link is embedded into but I want also to fetch the url. Thank…
How to get a MS Read like OCR result from Document Intelligence Custom Extraction Model
I am looking to see if it is possible to when calling a Document Intelligence get not only the response from the custom model that we are looking for, but also get a MS Read type response to be able to create an entire "Text Layer" on a…
Some part of the text is not recognizing in the API version 2024-11-30 while using Azure Document Intelligence Custom Extraction Model
I am using Azure Document Intelligence and Custom extraction model. I have trained a couple models and when I try with a pdf document and "Run Analysis", It wont read some part of the text. I am using an API version 2024-11-30. But its working…
How to get azure document intelligence analyze result using REST API?
I am using Document Field Analyzer service in Azure AI Foundry. I have successfully built a model and tested it. Now I want to consume this resource using REST API. Here is the cURL (post): curl --location…

Training Custom Extraction Model in Azure AI Document Intelligence for Medical Data
Seeking advice on effectively training a custom extraction model in Azure AI Document Intelligence, specifically for analyzing cancer treatment documents. The model is designed to extract key data such as chemotherapy received, radiation sites and…

apim-request-id: 1623e26a-052c-43fd-b370-f035f408f736
I am trying to use the document intelligence to extract text from a pdf file. The process seem to be trying for a few minutes and then throws the following error: InternalServerError An unexpected error occurred. Please submit support request with…

Need some details about the Azure Custom Classifier
Hi all, So I have been using up azure custom classifier for a while now and i have few doubts regarding a bunch of things Training the model using API - Have been uploading documents using console but uploading and labelling bulk documents via console…
Document Intelligence API returning incomplete KeyValuePairs (incorrectly detected)
Hello all. I have a scanned PDF which is correctly extracted to text by AI Document Intelligence, but an existing string that appears in its pages 1 and 2 (a string that is correctly extrated to text from both pages) only appears one time in the…
How to identify strikethrough word in a PDF using Custom Extraction Model
I am using Azure Document Intelligence and Custom extraction model. I have trained a couple models and I am trying to get all data from a PDF document. In the document, a couple of words has strikeout. While reading the text, line by line, Is there any…
Using document_intelligence_client.begin_analyze_document returns Session.request() got an unexpected keyword argument 'body'
When I'm trying to use the following script: # Open local file in binary mode with open(file_path, "rb") as f: poller = document_intelligence_client.begin_analyze_document( model_id="prebuilt-layout", …
Document is not able to read correctly using Document AI intelligence
Hey Guys, Document is not able to read correctly using the Document AI intelligence. I observed during the reading of the document that it is reading vertically instead of horizontally line by line. Please refer the image for the reference.
Can I use a custom extraction model to detect signatures from ID documents?
Hello, I attempted to train a custom extraction model to detect signatures from various types of identity documents, such as IDs, passports, and driver's licenses. I trained the model with 100 documents, but when I tested it, it did not work—even on…
Issue with Data Overlap Between Projects in Azure Document Intelligence
Problem Statement: I'm experiencing an issue in Azure Document Intelligence where labels and files from one project are appearing in another, even though both projects are created under different Document Intelligence services. Key Details: Both…
Disable selection mark identification while using doc intelligence layout model
It seems like the layout model is incorrectly interpreting the letter "O" as a selection mark => unselected, and it's also marking some items as selected by mistake. How can I disable the selection mark identification to prevent this…
Document Intelligence Studio | deploy / import models with CI/CD
I am looking to deploy a Document Intelligence Studio resource and I wish to be able to import a pre-trained Custom Extraction Model into the newly deployed resource as part of an automated CI/CD pipeline. How would I do this? Thanks!
Document Intelligence Custom Extraction Model Merging Cells and Unexpected Behavior
When encountering certain files, Document Intelligence behaves oddly. I've labeled tables from PDFs and trained the model, but it's behaving strangely on some files, even though they were included in the training data. Specifically, Document Intelligence…
Azure Document Analysis - Pre-Built Invoice model
Hi, We are thinking to use Azure Document Intelligence pre built invoice model and one of our use case is we can have a single document with multiple different invoices pages with different invoice id's but the analysis output fields is extracting…
why is the 1040 prebuilt only reading a couple of lines from my example?
So when I tried the prebuilt 1040, it could only read at most 4 lines. I even used the add on to see if that improves but nothing. How is anyone using this where the results are so bad? Since is a prebuilt model there is nothing I can do. It would be…

Can the Custom Neural Model Extract Signatures?
In the documentation, it is mentioned that the custom template model can extract signatures, while the custom neural model is stated to only detect signatures. The relevant documentation links are: Custom Template Documentation "Custom template…
How to analyze multiple format documents in Azure AI Document Intelligence in a single request?
Hi, Does Azure AI Document Intelligence allows analyzing multiple document formats (For e.g. JPEG, PDF's, TIFF ) in a single request? If yes, how many multiple documents formats can we analyze in a single request?