S0 standard Azure document intelligence, cost explain

Leonardo Torres Altez 5 Reputation points
2023-11-23T11:29:22.3233333+00:00

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 AI Document Intelligence
Azure AI Document Intelligence
An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
2,054 questions
{count} votes

1 answer

Sort by: Most helpful
  1. romungi-MSFT 48,846 Reputation points Microsoft Employee Moderator
    2023-11-24T06:59:20.59+00:00

    @Leonardo Torres Altez I think you are looking at the total calls metric of your document intelligence resource. The number of calls in this case is the sum of all calls to the service i.e calls through training, analyze operation, management of models like list models, copy models etc. You will have to use the filter operation to lookup the OperationName property or dimension to understand the number of calls made for analyze or other available values.

    If you are looking to calculate cost per document, the default metrics do not provide this capability to filter by document as the billing is done for per 1000 pages irrespective of no. of documents or size of the documents. You will have to enable diagnostic settings to lookup requests made to each document and then compute the cost per document. Usually, if you are request is successful you are charged for each page depending on the number of pages successfully processed in the document.

    I hope this helps!!

    If this answers your query, do click Accept Answer and Yes for was this answer helpful. And, if you have any further query do let us know.

    0 comments No comments

Your answer

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