Asynchronous route for extracting textual content from files.Unlike the Synchronous Document Extraction request, the Asynchronous Document Extraction service allows the client to receive the extracted data from their image asynchronously on a server of their choice (callback server).At the end of the extraction process, a request with all the extracted 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.