Auto Document Splitting Prebuilt Bank Statements Extractor
I am currently using the prebuilt bank statement data extractor from AI Document Intelligence. However, my PDF can often contain multiple bank statements. From my understanding the default split is "none" so it always returns only one…
Unable to detect signature fields in Custom Neural Model
I recently trained a custom neural model using labeled data that included both signature and normal fields. However, when I tested the model on new documents, it only returned the normal fields. I verified in the project settings that I'm using version…
# Custom Document Intelligence Model for Energy Certificates - Complex Table Relationships
Use Case We have energy certificate PDFs containing multiple interconnected tables that describe building components and their material compositions. Example Table Structure Main Components Table: Component_IDDescriptionThickness [cm]U-Value [W/m²K]Area…
Document Intelligence Custom Template AKS deployment and access to trained models
I am following this documentation to deploy an custom document intelligence container to AKS. https://learn.microsoft.com/en-us/azure/ai-services/document-intelligence/containers/install-run?view=doc-intel-4.0.0&tabs=custom I deployed the custom…
How to summarize pdf, .json or .txt file using Azure AI?
For a company, I am experimenting with Azures AI playground. I want to generate a summary of a Dutch medical document containing notes over a certain period of time. Does Azure provide any facilities for this? So far, I have tried the language…
Document Intelligence analyze batch documents - InternalServerError
Hello. I'am trying to use Azure DocumentIntelligence Batch analysis to anazyle documents that stored in container. I use js code from [https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/documentintelligence/ai-document-intelligence-rest] When i…
Document Intelligence Query Field Add-On Pricing
Hello there! I have a question about the Document Intelligence pricing and I was hoping you could help. I can see that the pricing for using pre-built models, such as the ID model for extracting key-value pairs from an ID document, is $10 per 1000 pages.…
Document Intelligence Container Pricing Options
Hi there Just hoping to please confirm my understanding of Document Intelligence Containers and their pricing. Is it correct that: Connected Containers Will only send usage metrics back to Azure, where analysed documents remain on-prem Is only…
How to train different formats of invoice when already a model exist with different set of data
How to train different formats of invoice when already a model exist with different set of data.If i want to train a model with different format of invoice do i have to delete old invoices.
How to batch create a searchable pdf using azure document intelligence python API
Hi All, I have stored some PDFs in Azure Blob storage and I am trying to batch OCR these documents while also creating a searchable PDF. Unfortunately at the moment I'm getting a file with the following extension "filename.pdf.ocr.json" which…
Will Document Intelligence Custom Extraction support Microsoft Office Documents in the future?
Customer wants to know whether Document Intelligence Custom extraction will support .docx files. If this forum is not the proper place to post this question then how can I get a Roadmap for Document Intelligence features?
Document Text extraction model
I have created a model for "Document Text extraction" under Azure AI foundry. I would like to use the model that i have created in my python code. How do i use the model to extract the fields from the files?
Compatibility of Azure Document Intelligence Commitment Tiers with Batch Analysis Requests
Are Azure Document Intelligence commitment tiers compatible with batch analysis requests? I have not seen any documentation which describes this interaction. For example, assume the following: I am using a Document Intelligence instance in the East US…
why am I getting this error
Why am I getting this: 401__ Access denied due to invalid subscription key or wrong API endpoint. Make sure to provide a valid key for an active subscription and use a correct regional API endpoint for your resource. apim-request-id:…
Azure document intelligence pre built Invoice model improvements and pricing.
I want to know what are the improvements that have been made to the invoice model since V3.0 by now. We are considering a model upgrade. I was unable to find sufficient details in the documentation to do a proper comparison. Also, in pricing does the…
Text Analysis in PDF Documents with Azure AI Services
Hello everyone, I am working on a project where I regularly handle extensive collections of PDF documents filled with specific technical terms and abbreviations. These documents also vary greatly in layout and formulation, presenting a unique challenge…
![](https://techprofile.blob.core.windows.net/images/0t8wZzhvnkakm3cyQ1hIWA.png?8DB220)
Decent results using the Custom Classification model for invoices got worse after increasing the number of training documents
We initially trained a model to detect invoices using 10 documents. We saw decent results, but found that some obvious invoice documents (to a human) resulted in very low confidence levels. We then increased the number of training documents to 99 and…
Supported documents Document Intelligence
Hi, Does anybody know if PDF and Word documents are both supported by the document intelligence service? On the sales page (https://azure.microsoft.com/en-us/products/ai-services/ai-document-intelligence), it only states that PDF files are supported,…
form recognizer mistranslation when processing multiple documents
i am testing a simple logic app that translates multiple files into english. when I run one file through it, it is very good quality but when i run multiple files the translation is absolutely trash. The test file I am using is a UN paper so I can…
Document Intelligence General Document model not support keyValuePair
We are getting feature not supported error when I use "prebuilt-layout" modelID and sending keyValuePair feature option as specified in this link…