QR recognized on site but not on cloud

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?

This topic has been moved to the related forum: How To Scan QR Barcode in C# With Aspose.BarCode REST API? - Free Support Forum - aspose.cloud