Azure Document Intelligence Pricing: Azure OCR Pricing and Form Recognizer Cost Per Page

Azure Document Intelligence, formerly Form Recognizer, bills per 1,000 pages on the S0 tier: 1.50 dollars for Read OCR, 10 dollars for a prebuilt model such as receipt or invoice, and 30 dollars for a custom model. Every figure on this page was pulled from the Azure retail prices API for East US in August 2026, not from a blog. Upload a receipt below to see the structured output an extraction tool returns without an Azure subscription.

PDF, JPG, PNG, BMP, HEIC, TIFF

Upload your receipts and invoices

Verified from Azure Retail Prices API
East US, S0 Tier, August 2026

Why Azure OCR Pricing Is Hard to Pin Down

Azure does not sell one OCR product at one price. It sells at least six billable models under the Document Intelligence name, each at a different rate, plus commitment tiers, add-on charges, and training time. Most pricing summaries online quote a single number, which is why teams routinely misjudge the bill by a factor of ten.

Six Models, Six Different Rates

Read, Layout, prebuilt, custom extraction, custom generative, and the document classifier are priced separately. Reading a page costs 1.50 dollars per 1,000. Running the prebuilt invoice model on that same page costs 10 dollars per 1,000, a 6.7x difference for the same document.

Form Recognizer and Document Intelligence Are the Same Product

Microsoft renamed Form Recognizer to Document Intelligence, so half the pricing pages, tutorials, and Stack Overflow answers you find still use the old name. The service and the rates are identical, which makes older cost estimates look like a different product.

The Free Tier Stops at Two Pages

The F0 free tier analyzes only the first two pages of any document you submit. It is fine for a proof of concept and useless for costing a real workload, so teams that test on F0 often discover the real per page rate only after they switch to S0.

The API Price Is Not the Project Price

Azure quotes the inference cost. It does not include the developer weeks to wire up the SDK, handle async polling, map the JSON response into your accounting system, or maintain it. For a small finance team that engineering time usually dwarfs the page charges.

Azure Document Intelligence Pricing, Model by Model

These are the S0 pay as you go rates for East US, read directly from the Azure retail prices API in August 2026. Prices are quoted per 1,000 pages. Batch versions of each meter are billed at the same rate as the standard version.

Read OCR: 1.50 Dollars per 1,000

Plain text extraction. Drops to 0.60 dollars per 1,000 pages at higher volume. This is the cheapest meter and it returns text and coordinates only, with no named fields.

Prebuilt Models: 10 Dollars per 1,000

The receipt, invoice, ID, W-2, and other prebuilt extractors. This is the meter that matters for receipt and invoice work, and it returns named fields with confidence scores.

Layout: 10 Dollars per 1,000

Tables, selection marks, and document structure. Same rate as the prebuilt models. Useful when you need the table grid rather than a fixed set of named fields.

Custom Extraction: 30 Dollars per 1,000

Models you train on your own documents. Custom generative extraction is priced identically at 30 dollars per 1,000 pages. Training itself is billed separately at 3 dollars per hour.

Document Classifier: 3 Dollars per 1,000

Sorts incoming documents by type before extraction. Often overlooked in cost models even though a mixed inbound stream usually needs it.

Add-On Features: 6 Dollars per 1,000

Extras such as high resolution processing and formula or font detection are billed on top of the base meter. Query fields are charged at 10 dollars per 1,000 pages.

Why Choose ReceiptOCR?

  • S0 Read OCR at 1.50 dollars per 1,000 pages, 0.60 at volume
  • Prebuilt receipt and invoice models at 10 dollars per 1,000
  • Custom and custom generative models at 30 dollars per 1,000
  • Commitment tiers cut prebuilt to 7.50 dollars per 1,000
  • Classifier at 3 dollars per 1,000, training at 3 dollars per hour
  • All rates verified from the Azure retail prices API

How to Estimate Your Azure OCR Bill in 3 Steps

A realistic Azure Document Intelligence estimate takes about five minutes if you count pages rather than documents.

1

Count Pages, Not Documents

Azure bills per page, not per file. A 3 page invoice is 3 billable pages on the prebuilt meter. Take your monthly document volume and multiply by average page count first.

Tip: Multi page PDFs are where estimates go wrong most often. Check the real average before you budget.

2

Pick the Right Meter

If you need named fields such as vendor, date, tax, and total, you are on the prebuilt meter at 10 dollars per 1,000 pages, not the 1.50 dollar Read meter. Add the classifier if your inbound stream is mixed.

3

Add Engineering and Review Time

Add the developer time to build and maintain the integration, plus the human minutes spent checking low confidence fields. Microsoft documentation treats a confidence of 0.95 as likely correct 19 times out of 20, so a review step is expected, not optional.

Azure Document Intelligence Pricing Tables, August 2026

Every rate below comes from the Azure retail prices API for the East US region on the S0 tier. Nothing here is estimated or copied from a third party summary.

Developers Costing a Build

You need the real per page meters to decide whether to build on Azure or buy a finished tool. The tables below give you the numbers without wading through the Azure pricing calculator.

Finance Teams Reviewing Cloud Spend

You have an Azure bill with Document Intelligence line items and need to know which meter is driving it. Prebuilt at 10 dollars per 1,000 and custom at 30 are the usual culprits.

Teams Weighing Commitment Tiers

Above roughly 20,000 pages a month the commitment tiers start to beat pay as you go. The full ladder is below so you can find your break-even point.

Bookkeepers Who Just Want the Data

If you want receipts and invoices as a spreadsheet and have no interest in running an Azure resource, the per page rate is not the number that decides this. The build effort is.

Common Search Terms

azure document intelligence pricing azure ocr pricing document intelligence pricing azure form recognizer pricing azure ocr cost azure ocr api pricing form recognizer pricing microsoft azure ocr pricing azure ocr pricing per page

Document Types We Handle

Read OCR pages
Prebuilt receipt model
Prebuilt invoice model
Layout and tables
Custom extraction
Custom generative
Document classifier
Query fields
Add-on features
Model training hours
Commitment tier units
Disconnected containers

Azure Document Intelligence pricing per 1,000 pages (S0, East US)

Azure Document Intelligence bills per page on a meter that depends on which model you call. The table below is the complete S0 pay as you go price list for East US, pulled from the Azure retail prices API in August 2026. Batch versions of each meter carry the same rate as the standard version, so batch processing saves you throughput management, not money.

Model or meterPrice per 1,000 pagesWhat it returns
Read (OCR)$1.50, then $0.60 at higher volumeText and coordinates only, no named fields
Prebuilt (receipt, invoice, ID, W-2)$10.00Named fields with confidence scores
Layout$10.00Tables, selection marks, document structure
Custom extraction$30.00Fields you defined and trained
Custom generative$30.00Generative field extraction
Document classifier$3.00Document type label
Query fields$10.00Ad hoc fields requested at call time
Add-on features$6.00High resolution, formula and font detection
Model training$3.00 per hourBilled separately from inference

The gap that matters most is between Read and prebuilt. Reading the text off a receipt costs 1.50 dollars per 1,000 pages. Getting the vendor, date, tax, and total back as named fields costs 10 dollars per 1,000. If a cost estimate you have been given uses the 1.50 figure for receipt or invoice extraction, it is understating the bill by about 6.7 times. Our OCR API pricing comparison puts these rates side by side with AWS, Google, Veryfi, Mindee, and Nanonets.

Azure Document Intelligence commitment tier pricing

Above roughly 20,000 pages a month, commitment tiers beat pay as you go. You buy a monthly block of transactions up front and pay a lower effective rate, with overage billed at that same lower rate. These are the Azure hosted commitment tiers, again from the retail prices API.

TierMonthly blockPrice per monthEffective rate per 1,000
Prebuilt20,000$190$9.50
Prebuilt100,000$900$9.00
Prebuilt500,000$4,000$8.00
Prebuilt1,000,000$7,500$7.50
Read500,000$375$0.75
Read2,000,000$1,200$0.60
Read8,000,000$4,200$0.53
Read16,000,000$7,200$0.45
Custom20,000$540$27.00
Custom100,000$2,400$24.00
Custom500,000$10,500$21.00
Custom1,000,000$18,000$18.00

Note how thin the prebuilt discount is. Committing to a million pages a month, a genuinely large workload, moves the rate from 10 dollars to 7.50 dollars per 1,000, a 25% saving. Read commitments are far more aggressive, dropping from 1.50 to 0.45. Azure discounts raw OCR heavily and structured extraction barely, which tells you where the compute cost actually sits.

What a real receipt workload costs on Azure

Take a bookkeeping practice processing 2,500 single page receipts a month. On the prebuilt receipt model that is 2,500 pages at 10 dollars per 1,000, so 25 dollars a month in inference. That number is genuinely low, and it is the honest headline: the Azure API is cheap. What it does not include is an Azure subscription and resource to manage, an SDK integration, async polling for multi page documents, JSON parsing into your accounting format, and someone to maintain all of it. For a two person practice that build is the entire cost. For a platform engineering team processing a million pages, 25 dollars of API cost against a few weeks of build is obviously the right trade.

Azure Document Intelligence versus a finished extraction tool

These are different purchases and it is worth being blunt about which one you need. Azure sells inference: you send a page, you get JSON, and everything either side of that is yours to build. ReceiptOCR sells the finished job: you upload a receipt or invoice in a browser and download a spreadsheet. Per page, Azure is cheaper. Per project, it depends entirely on whether you have engineers.

Azure Document IntelligenceReceiptOCR
What you get backJSON with fields and confidence scoresExcel, CSV, or a QuickBooks ready file
Setup requiredAzure subscription, resource, SDK integrationUpload in a browser, no account setup to process
Per page cost$0.01 on the prebuilt meterIncluded in a flat monthly plan
Pricing modelPay as you go or monthly commitmentFlat monthly plan with a page allowance
Best forEngineering teams building a pipelineFinance teams who need the spreadsheet
Scales to millions of pagesYes, with commitment tier discountsBuilt for business volumes, not web scale

If you are comparing Azure against the other cloud vendors rather than against a finished tool, the honest per page comparison lives on our OCR API pricing page, and the reasons vendor accuracy claims are hard to compare are covered under OCR accuracy. If you have already decided Azure is more machinery than you need, the Azure Document Intelligence alternative page covers the switch.

Where Azure is genuinely the better choice

Azure wins on breadth and on scale. It handles far more document types than a receipt and invoice tool: IDs, W-2s, health insurance cards, contracts, and anything you care to train a custom model on. It runs inside your own Azure tenant, which matters for procurement and data residency in regulated industries. It offers disconnected containers for air gapped environments, priced annually rather than per page. And at very high volume the commitment tiers take Read down to 0.45 dollars per 1,000 pages, which no finished tool will match. If you have engineers, high volume, and varied document types, build on Azure.

Pricing Verified From the Source, Updated August 2026

$10
Azure Prebuilt per 1,000 Pages

Security & Privacy

  • Rates read from the Azure retail prices API, not a blog
  • East US region, S0 tier, August 2026
  • No estimated or rounded figures
  • Re-verified on every content update

Azure Document Intelligence Pricing: Frequently Asked Questions

On the S0 pay as you go tier in East US, Azure Document Intelligence costs 1.50 dollars per 1,000 pages for Read OCR, 10 dollars per 1,000 pages for a prebuilt model such as receipt or invoice, and 30 dollars per 1,000 pages for a custom model. The document classifier is 3 dollars per 1,000 pages and model training is 3 dollars per hour.

There is no difference. Microsoft renamed Form Recognizer to Azure AI Document Intelligence, and it is the same service at the same rates. Older documentation and pricing summaries still say Form Recognizer, which is why the two names appear side by side, but a quote for one applies to the other.

Read OCR costs 0.0015 dollars per page, or 1.50 dollars per 1,000 pages, dropping to 0.0006 dollars per page at higher volume. Structured extraction with a prebuilt receipt or invoice model costs 0.01 dollars per page, which is 10 dollars per 1,000. The gap between plain text and named fields is roughly 6.7 times.

There is an F0 tier at no cost, but it analyzes only the first two pages of any document you submit. That makes it usable for a proof of concept and unsuitable for costing or running a real workload. Any production volume runs on the S0 tier and is billed per page at the rates above.

Per page. A three page invoice submitted to the prebuilt invoice model is billed as three pages, not one document. This is the single most common source of underestimated Azure OCR bills, so multiply your monthly document count by average page count before budgeting.

Commitment tiers start to pay above roughly 20,000 pages a month. The entry prebuilt tier is 190 dollars for 20,000 transactions, an effective 9.50 dollars per 1,000 against the 10 dollar pay as you go rate. Discounts deepen with volume, reaching 7.50 dollars per 1,000 at a million pages a month.

Use the prebuilt receipt or prebuilt invoice model, billed at 10 dollars per 1,000 pages. The Read meter at 1.50 dollars returns text and coordinates but no named fields, so you would have to write your own parsing to find the vendor, date, tax, and total. Custom models at 30 dollars are only worth it for document layouts the prebuilt models do not cover.

No. Azure publishes an estimated accuracy score only for custom template models, calculated against your own training data. Custom neural and generative models return no accuracy score at all, and prebuilt models return per field confidence values. Microsoft documentation treats a confidence of 0.95 as likely correct 19 times out of 20, so budget for a human review step.

Stop typing receipts by hand

Upload your receipts and invoices and get a clean Excel or CSV file in minutes.

Extract my receipts now

Free to try, no sign up required