SendForProcessing
La fonction SendForProcessing envoie un fichier à FC pour la reconnaissance et renvoie un identifiant de lot. Paramètres d’entrée :| Nom | Type Java | Description |
|---|---|---|
| fileName | String | Nom du fichier |
| base64Content | String | Contenu du fichier au format Base64 |
WaitFirstVerificationOrProcessed
La fonction WaitFirstVerificationOrProcessed renvoie une URL de vérification. Si le document n’a pas encore atteint l’étape de vérification, une chaîne vide est renvoyée. Paramètres d’entrée :| Nom | Type Java | Description |
|---|---|---|
| batchId | int | Identifiant du lot |
FetchingCapturedData
La fonction FetchingCapturedData renvoie une liste de champs de sortie au format JSON. Paramètres d’entrée :| Nom | Type Java | Description |
|---|---|---|
| batchId | int | Identifiant du lot |
SingleDocumentBatchIsProcessed
La fonction SingleDocumentBatchIsProcessed renvoie une valeur indiquant si un lot a été traité ou non. Paramètres d’entrée :| Name | Type Java | Description |
|---|---|---|
| batchId | int | Identifiant du lot |
