document-understanding
2024.10
false
- Démarrage
- Exemples d’utilisation de l’API Document Understanding™
- Licences
- Résolution des problèmes
Important :
La localisation du contenu nouvellement publié peut prendre 1 à 2 semaines avant d’être disponible.

Document Understanding API guide
Dernière mise à jour 6 avr. 2026
Utiliser le service de classification
To classify a document, add the projectId, the documentId received in the previous step, and the classifierId. To discover classifiers, call the Discover Classifiers routes or the Get Project By Id endpoint. Here are more details about how to use the Discovery Service for retrieving information about the project's available classifiers and extractors. The response body provides information about the uploaded document.
L'appel POST pour la classification peut être effectué pour une consommation synchrone ou asynchrone.
Remarque :
Classification data is soft deleted after one day.
Les exemples suivants utilisent un appel POST pour une consommation synchrone.
Selon l’opération, les appels d’API Document Understanding utilisent les classes suivantes :
- Document Class for digitized documents.
- Classification Result for classification results.