An Azure service that turns documents into usable data. Previously known as Azure Form Recognizer.
Welcome to Microsoft Q&A
Hello @Chithra P I hope you are doing well, i was going to responde you in the other thread but dont worry , this info might help you.
this is the official guide @Chithra P take a look https://azure.microsoft.com/en-gb/pricing/details/document-intelligence/
Azure Document Intelligence operates on a consumption-based (pay-as-you-go) pricing model. Your total cost is determined by two main factors: the specific AI model you choose to invoke and the total number of pages processed per month.
Pricing Structure Breakdown
Free Tier (F0): Excellent for proof-of-concept testing. You receive an allowance of 500 pages per month for free, but it is strictly limited to processing only the first 2 pages of any given document and a maximum file size of 4 MB.
Read Model (OCR only): The most cost-effective tier, designed for simple text extraction without complex structural understanding. It costs roughly $1.50 per 1,000 pages.
Layout & Prebuilt Models: Used for extracting structure (tables, checkboxes) or leveraging domain-specific models trained by Microsoft (Invoices, Receipts, IDs, W-2s, etc.). This tier costs approximately $10.00 per 1,000 pages.
Custom Models: Used when you need to train the AI on your own highly specialized document templates. Custom Extraction is generally billed at $30.00 per 1,000 pages.
(Note: Training a custom model is completely free; you are only charged for inference when you analyze documents against that model. Additionally, using advanced add-ons like barcode extraction or high-resolution scanning will increase the base unit price of your chosen model.)
Charges are calculated per 1,000 pages processed or per transaction, depending on the model:
| Model type | Main function | Approx. price (per 1,000 pages) | Notes |
|---|---|---|---|
| Detects text and table structure | ~US $15–20 | Best for generic documents | |
| -------- | -------- | -------- | |
| Layout | Detects text and table structure | ~US $15–20 | Best for generic documents |
| Prebuilt models (Receipts, Business Cards, IDs) | Extracts data from common document types | ~US $100–110 | Specialized OCR |
| Custom Classification | Classifies documents by type | ~US $30–35 | Requires training |
| Custom Extraction | Extracts specific fields/values | ~US $300–310 | For invoices, contracts, forms |
| Generative Extraction | Advanced AI-driven extraction | ~US $305–310 | Region availability varies |
| Model training | Cost per training hour | ~US $30–35/hour | Applies only to custom models |
Free tier: up to 500 pages/month at no cost. Volume discounts: available for high usage with commitment tiers.
- Region: prices vary by currency and subscription type (Commercial, Government, CSP).
- Exchange rates: Azure uses London FX rates two days before month-end.
- Contract type: Pay‑As‑You‑Go, Enterprise Agreement, or CSP may have different rates.
- Azure AI Document Intelligence pricing — Microsoft Learn
- Azure Pricing Calculator — estimate costs for your region and workload
- Custom Field Extraction overview
- https://www.youtube.com/watch?v=LzwblkdxdRw
If my answer helped you resolve your issue, please consider marking it as the correct answer. This helps others in the community find solutions more easily. Thanks!