Asynchronous route for textual content extraction based on Intelligent Document Processing (IDP).Unlike the Synchronous Document Extraction request, the Asynchronous IDP Extraction service allows the client to receive data extracted from their images asynchronously via a server of their choice (callback server).By leveraging Intelligent Document Processing (IDP), the system manages high-volume queues efficiently. At the end of the extraction process, a request containing all the processed data is sent to the client's server, signaling the completion of the asynchronous process.
INFO
Two types of requests will be sent to the client's callback server:
Extraction: A message indicating the end of the process and presenting all the data extracted from the file/image sent by the client;
Alert: A message indicating the end of the process and that there was some failure during its execution.