Hi there,
I am trying to read InteligentMail Barcode from an image,
And I am using a trail license, everything works fine , but I was not able to process multiple bar-codes from the same image , all I was getting is single barcode value.
I am using the code like below,
while(r.read()){Can anyone suggest me the way to read multiple barcodes
System.out.println("CodeText: " + r.getCodeText())
}