Hi Team,
We processing tiff files of 100-800 pages async manner which some time take few mins. If some thing goes wrong in our workflow we are cancelling the entire flow and reinitiating it after the updated document is received. But we saw Recognize() method do not take Cancellationtoken as an overload. This is keeping our cpu/mem in use even if we want to cancel the request.
Will it be possible to provide a, overload for Recognize() to accept Cancellationtoken, which can terminate the processing and release cpu/mem on need basis .