- Démarrage
- Exemples d’utilisation de l’API Cloud Document Understanding™ v1
- Licences
- Mesure et charge
- Résolution des problèmes
Cette page décrit la façon dont les appels d’API REST Document Understanding sont facturés. La facturation dépend du type de projet (moderne ou classique) et du modèle de licence (plan Unified Pricing ou Flex).
Pour la tarification via les packages d’activités (DocumentUnderstanding.Activities et IntelligentOCR.Activities), consultez plutôt les pages du guide de l’utilisateur:
- Logique de mesure et de facturation (Unified Pricing) — projets modernes sous Unified Pricing.
- Logique de mesure et de facturation (plan Flex) — projets modernes sous Plan Flex.
- Logique de mesure et de facturation (classique) : projets classiques (taux basés sur l'activité).
Projets modernes via l'API
How Document Understanding modern project REST API calls are charged depends on your licensing model.
Plan Flex
REST API calls are charged per operation. You pay only for the operations you call on each page:
| Opération (Operation) | AI units per page |
|---|---|
| Digitization (including OCR) | 0 |
| Classification | 0.2 |
| Extraction (with prior classification) | 0.8 |
| Extraction (without prior classification) | 1 |
A page that is both classified and extracted is capped at 1 AI unit total. If you call multiple extractors on the same page, each extraction is charged separately.
Validation through the API does not consume AI units. Generative Validation is a separate feature, and consumes an additional 1 AI unit per page.
Tarification unifiée
REST API calls are charged per operation. You pay only for the operations you call on each page:
| Opération (Operation) | Platform Units per page |
|---|---|
| Digitization (including OCR) | 0 |
| Classification | 0,04 |
| Extraction (with prior classification) | 0.16 |
| Extraction (without prior classification) | 0.2 |
A page that is both classified and extracted is capped at 0.2 Platform Units total. If you call multiple extractors on the same page, each extraction is charged separately.
Calling multiple operations with the same model does not multiply the charge, whereas calling multiple operations with different models multiplies the charge.
Validation through the API does not consume Platform Units. Generative Validation is a separate feature, and consumes an additional 0.2 Platform Units per page.
Projets classiques via API
Pour les projets classiques Document Understanding, les appels d’API REST sont facturés par fonctionnalité:
| Capacité | Tarification unifiée | Plan Flex |
|---|---|---|
| Numérisation | 0,04 Platform Units/page | 0,2 AI Unit/page |
| Extraction | 0,2 Platform Units/page | 1 AI Unit / page |
| Classification | Applicable par plage de pages — voir la table ci-dessous | Applicable par plage de pages — voir la table ci-dessous |
L’utilisation d’unités pour la classification s’applique par plage de pages:
| Pages de document | Tarification unifiée | Plan Flex |
|---|---|---|
| 1-25 | 0 PU | 0 AIU |
| 26-50 | 0,2 PU | 1 AIU |
| 51-75 | 0,4 PU | 2 AIU |
| 76-100 | 0,6 PU | 3 AIU |
| 101-125 | 0,8 PU | 4 AIU |
| 125 + | 1 PU | 5 AIU |
Les frais de classification sont plafonnés à un maximum de 1 Platform Units (ou 5 AI Units) par document.
Pour plus d'informations sur les licences, consultez la page À propos des licences dans le guide Automation Cloud.