For questions about usage, limits or limit personalisation, our developers are happy to help: [email protected]
DIGI has two default limits:
Example: User does 5 API requests in parallel. Then DIGI puts them in a que, and starts to digitise 1 document every 3 seconds. Total time for all requests to finish: 3s * 5 + 1s = 16 seconds (taking average digitising time as 4 seconds).
Example: User can do max 20 API requests in parallel. DIGI puts them in a que. Total time for all requests to finish: 3s * 20 + 1s = 61 seconds.
Do one request. Wait for the response. Do another request.
Do max 20 requests in parallel. Wait for all responses. Do another 20 in parallel.
Do one request. Wait 3 seconds. Do another request. Wait 3 seconds. Repeat. After all requests, await all responses. Note: When using the "item lines digitisation" feature, digitisation might take longer. In this case make sure not to cross the 20 request que limitation.