- Démarrage
- Exemples d’utilisation de l’API Document Understanding™
- Licences
- Résolution des problèmes

Document Understanding API guide
Utiliser le service d'extraction
Extract data from the document using the same documentId and the extractorId. The extractorID is selected based on the classification result. Select a suitable extractor based on the documentTypeId returned by the classification. You can discover classifiers either by calling the Discover Classifiers routes, or by calling the Get Project By Id route. Here are more details about how to use the Discovery Service for retrieving information about the project's available classifiers and extractors.
L'appel POST pour l'extraction peut être effectué pour une consommation synchrone ou asynchrone.
Chaque action nécessite un appel POST et plusieurs appels GET (à cause de l'interrogation), ce qui signifie que si vous souhaitez valider un résultat d'extraction, vous devez effectuer un POST et plusieurs appels GET.
Extraction data is soft deleted after one day.
Les exemples suivants utilisent un appel POST pour une consommation asynchrone.
Selon l’opération, les appels d’API Document Understanding utilisent les classes suivantes :
- Document Class for digitized documents.
- Classification Result for classification results.