Aspose BarCode reading qrCode from Tiff in Windows Machine but fail to read in Linux Machine

Hi All,
I am using this solution in windows machine its worked perfectly but when i am deploying this code in .net core and in Linux box, it failed to recognize the barcode text inside the image, Can somebody plz help me with that
Aspose Barcode version used 20.07

using (BarCodeReader reader = new BarCodeReader(Imagepath, DecodeType.QR))
{
foreach (BarCodeResult result in reader.ReadBarCodes())
{
//Text is
DecryptedString = Convert.ToString(result.CodeText);

                if (findtheQrCodeisEinvoice.Length == 3)
                {
                    ...code
                }
                else
                {
                    ..code
                }
            }
        }

@rahulcodepractise,

Please try our latest version/fix: Aspose.BarCode for .NET 22.1. If you still find the issue with latest version/fix, kindly do zip and share your image file. We will check it soon. Moreover, do you see any exception (occurred) when reading the barcode on linux machine via Aspose.BarCode for .NET, please give details?