When I try to recognize .jpg file with a QR code on a cloud from C# using this line:
BarcodeResponseList recognized = api.PostBarcodeRecognizeFromUrlOrContent(
new PostBarcodeRecognizeFromUrlOrContentRequest(image: imageStream)
);
it doesn’t get recognized because the operation timed out.
QR recognition doesn’t finish in 60 seconds.
But when I use same image on a site then QR code gets recognized.
So, the problem can be slow Aspose cloud response or something else.
How to solve this?