SendForProcessing
The SendForProcessing function sends a file to FC for recognition and returns a batch identifier. Input parameters:| Name | Java type | Description |
|---|---|---|
| fileName | String | Name of the file |
| base64Content | String | File contents in Base64 format |
WaitFirstVerificationOrProcessed
The WaitFirstVerificationOrProcessed function returns a verification URL. If the document has not reached the verification stage, an empty string is returned. Input parameters:| Name | Java type | Description |
|---|---|---|
| batchId | int | Batch identifier |
FetchingCapturedData
The FetchingCapturedData function returns a list of output fields in JSON format. Input parameters:| Name | Java type | Description |
|---|---|---|
| batchId | int | Batch identifier |
SingleDocumentBatchIsProcessed
The SingleDocumentBatchIsProcessed function returns a value that specifies whether a batch has been processed or not. Input parameters:| Name | Java type | Description |
|---|---|---|
| batchId | int | Batch identifier |
