Hi,
I get the "Source array was not long enough. Check srcIndex and length, and the array's lower bounds." error in the line below. What should I do?
string[] scaningResult = Spire.Barcode.BarcodeScanner.Scan(outPutPath);
string[] data = BarcodeScanner.Scan("C:\\1.JPG", BarCodeType.QRCode);