Azure AI Document Intelligence prices its prebuilt Invoice model at $10 per 1,000 pages, about $0.01 a page, which makes the headline rate look almost free. The catch is what the rate does not include. The free F0 tier reads only the first 2 pages of any file and caps you at 500 pages a month, so it is for testing, not real invoice volume. Add-on fields and high-resolution options can double the per-page cost, and Document Intelligence is a developer API inside Azure: you create a subscription, deploy a resource, call the SDK, and turn the JSON it returns into a spreadsheet yourself. This page breaks down the real per-invoice math and shows where a no-code flat tool like InvoiceExtractor (from $49 a month) is simpler and more predictable. Upload an invoice below to compare extraction yourself.
Upload your invoices
Drop files here or click to upload
Up to 50 files
Uploading...
At $0.01 a page the prebuilt Invoice model reads as nearly free, but the free-tier limits, the add-on fees, and the engineering around the API mean most AP teams pay far more per invoice than the sticker number implies. Here is what buyers miss when they compare on the headline figure alone.
The F0 free tier gives you 500 pages a month but reads only the first 2 pages of any file, with a 4 MB file cap and one request per second. It is fine for a demo and unusable for steady AP volume, so real processing runs on the paid S0 tier.
The base $10 per 1,000 pages covers the standard model output. Query Fields, which pull values the prebuilt model does not return by default, add $10 per 1,000 pages, and high-resolution, formula, or barcode add-ons add $6 per 1,000. Turn those on and your effective rate climbs well above $0.01 a page.
If a vendor layout the prebuilt model handles poorly needs a custom extraction model, that is billed at $30 per 1,000 pages, plus model training at $3 an hour after the first 10 free hours each month. Odd layouts get expensive fast.
Document Intelligence runs inside Azure. You set up a subscription, create a Document Intelligence resource, manage keys and endpoints, and handle billing and storage, which is operational overhead before a single invoice is parsed.
The Invoice model hands back structured JSON with fields and confidence scores. Turning that into clean Excel or CSV, and reassembling line items into rows, is engineering work the price page never shows.
The Read model is cheaper at $1.50 per 1,000 pages, but it returns plain text and layout with no understanding of which value is the vendor, the total, or a line item. For real invoice fields you need the prebuilt Invoice model at the higher rate.
Here are the parts that make up a Document Intelligence bill for invoice work, checked against the published Azure pricing in August 2026. Confirm the current numbers on the Azure Document Intelligence pricing page before you commit, since Microsoft updates rates over time.
The prebuilt Invoice model costs $10 per 1,000 pages on the paid S0 tier, about $0.01 a page. This is the on-target processor for invoice fields and the rate that matters for AP extraction.
The free tier allows 500 pages a month but processes only the first 2 pages of any analyze request, with a 4 MB file limit. It is an evaluation tier, not something to run production invoice volume on.
Query Fields add $10 per 1,000 pages, and high-resolution, formula, and barcode add-ons add $6 per 1,000 each. These optional features quietly raise your effective per-page cost above the base rate.
Custom extraction for layouts the prebuilt model misses is billed at $30 per 1,000 pages, with training at $3 an hour after 10 free hours a month. Custom classification is $3 per 1,000.
You need an Azure subscription, a deployed Document Intelligence resource, and keys and endpoints before you can call the model at all. That cloud plumbing is overhead an AP team rarely owns.
The per-page rate excludes the developer time to integrate the SDK, map fields, parse line items, and build export. For most teams that build-and-maintain cost dwarfs the processing charges.
Use this to turn the per-page model into a number you can actually budget, including the parts Azure does not put on the headline.
The prebuilt Invoice model bills per page at $10 per 1,000 on the paid tier. Pull last month's invoice volume: 2,500 pages is about $25 in base API fees, 10,000 pages is about $100.
Tip: The 500-page free tier only reads 2 pages per file, so production volume is paid.
If you need Query Fields or high-resolution processing, add $6 to $10 per 1,000 pages each. If any layouts need a custom model, add $30 per 1,000 plus $3-an-hour training. These can push your real rate well past $0.01 a page.
Now budget the engineering to set up the Azure resource, call the SDK, map fields, parse line items, and export to your accounting system, plus upkeep. This is usually the largest number, and it is what a no-code tool removes.
The prebuilt Invoice model is a fair deal for some teams and a false economy for others.
If you are already in Azure and embedding extraction into your own product with engineers to maintain it, Document Intelligence gives you a solid model and full control over the pipeline.
Teams processing many document types at scale with their own pipeline get value from the breadth of prebuilt and custom models beyond invoices alone.
If you just need vendor invoices turned into clean Excel or CSV, a no-code tool is cheaper than paying engineers to build and run an Azure integration.
Teams that want to upload invoices and get a spreadsheet today should not be standing up an Azure resource. A turnkey tool delivers the same result without the build.
Last updated August 2026. Microsoft updates Document Intelligence pricing over time, so treat the figures here as the current published US pricing and confirm the latest numbers on the Azure Document Intelligence pricing page before you build.
Document Intelligence prices a raw OCR API per page, while InvoiceExtractor prices a finished, no-code product per month. The headline rates measure different things: one is the cost of a single model call, the other is the cost of a working invoice-to-spreadsheet workflow with nothing to build. Here is an honest comparison on the things that actually decide your total cost.
| Pricing detail | Azure Document Intelligence | InvoiceExtractor |
|---|---|---|
| Pricing model | Pay-as-you-go, per page | Flat monthly plan |
| Invoice rate | $10 per 1,000 pages (prebuilt Invoice) | Included in plan, no per-page fee |
| Add-on field fees | +$6 to $10 per 1,000 pages | None, all fields included |
| Free to start | F0 tier: 500 pages, 2 pages per file | Free to test, no card or Azure resource |
| Custom layouts | $30 per 1,000 pages plus training | No templates, AI reads any layout |
| Entry paid price | No subscription; pay per page | $49 per month |
| Code required | Yes, you build the integration | None, upload in the browser |
| Output | Raw JSON you parse | Ready Excel/CSV with line items |
On the pricing page the prebuilt Invoice model looks almost free: $10 per 1,000 pages, about a penny a page. Unlike some cloud APIs, Azure does not round each document up to a block, so a one-page invoice really is about $0.01. Run 2,500 invoice pages a month and the base API charge is roughly $25, and 10,000 pages is about $100. The numbers that do not show on the headline are the free-tier limits and the add-ons. The free F0 tier reads only the first 2 pages of any file and stops at 500 pages a month, so any real AP volume runs on the paid S0 tier. And if you switch on Query Fields to pull values the model does not return by default, that adds $10 per 1,000 pages, while high-resolution, formula, and barcode add-ons add $6 per 1,000 each. With a couple of those enabled your effective rate is well above $0.01 a page.
That number is still only the API charge. The Invoice model returns structured JSON with fields such as vendor, invoice number, date, totals, and line items, each with a confidence score. To get that into your accounting system, a developer has to set up an Azure subscription, deploy a Document Intelligence resource, manage keys and endpoints, call the SDK, map every field to your columns, reassemble line items into clean rows, and keep it working as vendor layouts change. If a layout needs a custom model you also pay $30 per 1,000 pages plus $3-an-hour training. Add the engineering hours and the all-in cost for an invoice-only team is usually far above the sticker rate.
Now put it next to a flat plan. InvoiceExtractor Starter is $49 a month and includes 2,500 pages, and the Plus plan is $149 a month for 10,000 pages, both in US dollars, with full line items, multi-page and multi-invoice handling, a review screen, and Excel or CSV output, and no code to write or maintain. At a few thousand invoices a month with the fields you actually need, the no-code plan is competitive with Document Intelligence before you even count the build. If you have engineers and an Azure pipeline already, Document Intelligence can still fit. If you do not, the flat tool is almost always cheaper once you count the add-ons and the engineering. That is the honest trade-off, and it is worth doing the math on your own invoice volume.
Document Intelligence earns its place for the job it was built for. If you have developers working inside Azure, its strong OCR, broad library of prebuilt and custom models beyond invoices, batch processing, and the ability to keep documents inside your own Azure tenant for compliance are real advantages. At very high volume across many document types, the per-page rate is hard to beat, and teams that need fine control over the JSON response and how each field flows into their systems get a well-documented, capable primitive. For raw document OCR beyond invoices, an enterprise platform such as document data extraction software covers broader document types, and Document Intelligence sits comfortably in that build-your-own world.
For a US team whose whole job is turning vendor invoices into clean data, wrapping a raw model in custom code adds cost and fragility you do not need, and the add-on fees and free-tier limits work against a simple invoice workflow. InvoiceExtractor reads any invoice layout with no template and no code, captures every line item, splits batches that contain multiple invoices, and exports straight to Excel or CSV. The invoice data extraction software overview covers exactly what gets captured, and the invoice OCR software page shows how the AI reads PDFs, scans, and photos. If you do want a programmatic option, the invoice data extraction API returns the same structured data on a flat plan, without per-page OCR charges. Comparing the wider field on cost? The best invoice data extraction software roundup, the Azure Document Intelligence alternative and AWS Textract pricing breakdowns, and the Google Document AI pricing and Nanonets pricing pages cover the other cloud-API, platform, and developer sides of the market.
Extraction is usually the first step in a larger workflow. Once invoice data is structured, many teams route it straight into approvals and payment, so pricing the whole accounts payable stack is worth doing alongside the extraction tool. A dedicated accounts payable automation platform handles the approval and payment side once the data is clean. Getting the extraction step right first keeps everything downstream fed with reliable data.
This is the part of the pricing question most buyers miss. Azure Document Intelligence is the OCR engine embedded in other Microsoft products, so a finance team can be consuming it without ever opening the Azure portal. The clearest example is the Payables Agent in Dynamics 365 Business Central: Microsoft documents that the agent sends each PDF invoice attachment to Azure Document Intelligence for extraction and stores the result in the Inbound E-Document record. You never see a per-page line item for it, because Business Central bills the agent through Copilot Credits on consumption-based billing rather than the published Azure page rate.
That matters for a cost comparison in two ways. First, the effective per-invoice cost inside Business Central is not the $10 per 1,000 pages on the Azure pricing page, it is whatever the Copilot Credit consumption works out to, and Microsoft notes charges vary with interaction complexity. Second, the embedded route carries limits the raw API does not: the agent will not process PDFs over 10 pages or over 5 MB, skips emails with more than 10 attachments, and caps at 100 emails and 500 invoices per day. If you are running the numbers for a Business Central shop, our Business Central AP automation page lays out those documented constraints against a flat-rate capture layer, and the guide to importing invoices into Business Central covers the bulk routes the agent does not handle.
The practical takeaway: before you price a Document Intelligence build, check whether the workload is already covered by a product you license, and whether that product's limits fit your invoice volume. Paying twice for the same OCR engine, or building on a raw API when an embedded one would do, are both easy mistakes at this stage.
Yes. Microsoft renamed Azure Form Recognizer to Azure AI Document Intelligence, and the service, the models and the pricing are the same thing under a newer name. Older tutorials, SDK package names and Stack Overflow answers still say Form Recognizer, so if you are comparing a quote or an old cost estimate against current rates, you are comparing the same product.
This matters when you search for pricing, because the three names return different pages. "Azure Form Recognizer pricing", "Azure AI Document Intelligence pricing" and "Azure Document Intelligence pricing" all describe the same rate card: $10 per 1,000 pages for the prebuilt Invoice model, $1.50 per 1,000 for Read OCR, $30 per 1,000 for custom extraction, and an F0 free tier capped at 500 pages a month and the first 2 pages of any file. The naming change did not alter what you pay per page, only what the docs call it.
One practical consequence: if your team built an integration against the Form Recognizer SDK, the client libraries were renamed too, and the API version you pin determines which model set you can call. Older API versions do not expose newer add-ons such as Query Fields, so an integration that has not been touched in a couple of years may be missing capabilities you are budgeting for. Confirm the API version before you cost out a rebuild.
Azure Document Intelligence prices its prebuilt Invoice model at $10 per 1,000 pages on the paid S0 tier, about $0.01 a page. Read OCR is $1.50 per 1,000 pages and custom extraction is $30 per 1,000. Optional add-ons like Query Fields add $10 per 1,000 pages, and a free F0 tier covers 500 pages a month with a 2-page-per-file limit.
The base prebuilt Invoice rate is about $0.01 per page, and Azure does not round documents up to blocks, so a one-page invoice is genuinely about a penny. The real cost climbs when you enable add-ons: Query Fields add $10 per 1,000 pages and high-resolution or barcode options add $6 per 1,000 each, which can push your effective rate well above $0.01.
Yes, the F0 free tier allows 500 pages a month, but it reads only the first 2 pages of any analyze request and caps files at 4 MB with one transaction per second. It is built for evaluation, not production, so steady invoice processing runs on the paid S0 tier and is billed per page.
Query Fields, which return values the prebuilt model does not extract by default, add $10 per 1,000 pages. High-resolution, formula, and barcode add-ons each add $6 per 1,000 pages. These optional features are charged on top of the base $10 per 1,000 prebuilt Invoice rate, so enabling them raises your effective per-page cost.
Custom extraction models for layouts the prebuilt Invoice model handles poorly are billed at $30 per 1,000 pages, three times the prebuilt rate. Model training is free for the first 10 hours each month, then $3 an hour. Custom classification is $3 per 1,000 pages. Odd or non-standard layouts get noticeably more expensive.
In practice, yes. Document Intelligence is an API inside Azure with no upload-and-go web app for business users. A developer has to create an Azure subscription, deploy a Document Intelligence resource, manage keys and endpoints, call the SDK, and parse the JSON into your columns. A no-code invoice tool removes all of that.
Yes. InvoiceExtractor is a no-code alternative built specifically for invoices: you upload a PDF, scan, or photo and get clean Excel or CSV with full line items, no Azure subscription, resource, or parsing code required. Plans are flat USD from $49 a month for 2,500 pages, so the cost is predictable and there is nothing to build or maintain.
Claude bills tokens with no OCR product: 2,714 visual tokens a page, from $6.77 per 1,000.
The other token-metered option: full GPT-4o and GPT-5 per-page math, from $0.47 per 1,000.
Head to head: $0.27 per 1,000 pages on tokens versus $4 flat, plus independent accuracy scores.
Comparing per-page OCR rates? See Mistral OCR pricing at $4 per 1,000 pages.
Capture invoice data for Dynamics 365 Business Central, past the Payables Agent limits.
Head to head with AWS Textract: identical $10 per 1,000 page rate, very different capabilities.
Want the full breakdown? See the Azure Document Intelligence alternative for invoices.
Compare the top invoice extraction tools on price and accuracy.
Comparing cloud OCR APIs on cost? See AWS Textract pricing per page.
Comparing cloud OCR APIs on cost? See Google Document AI pricing per invoice.
Prefer an API? Pull invoice data to JSON on a flat plan.
Extract every field and line item to structured data.
Read PDFs, scans, and photos with AI-based invoice OCR.
Comparing platforms on cost? See the Nanonets pricing breakdown.
Start turning your invoices into clean, structured spreadsheet data.
USD
per month
billed as
$288 yearly
Choose speed vs accuracy when extracting
| Base AI Faster | 2,500 pages |
| Pro AI Best accuracy | 500 pages |
Scale invoice extraction across your whole team with automation.
USD
per month
billed as
$888 yearly
Choose speed vs accuracy when extracting
| Base AI Faster | 10,000 pages |
| Pro AI Best accuracy | 2,000 pages |
Enterprise‑grade invoice extraction, security, and controls.
USD
per month
billed as
$ yearly
Choose speed vs accuracy when extracting
| Base AI Faster | pages |
| Pro AI Best accuracy | pages |