- Erste Schritte
- Verwendungsbeispiele für Document Understanding™ API
- Lizenzierung
- Fehlersuche und ‑behebung

Document Understanding API guide
Den Extraktionsdienst verwenden
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.
Der POST-Aufruf für die Extraktion kann für die synchrone oder asynchrone Nutzung erfolgen.
Jede Aktion erfordert einen POST und mehrere GET-Aufrufe (aufgrund von Abrufen). Wenn Sie also ein Extraktionsergebnis validieren möchten, müssen Sie einen POST und mehrere GET-Aufrufe ausführen.
Extraction data is soft deleted after one day.
Die folgenden Beispiele verwenden einen POST-Aufruf für die asynchrone Nutzung.
Je nach Vorgang verwenden Document Understanding-API-Aufrufe die folgenden Klassen:
- Document Class for digitized documents.
- Classification Result for classification results.