We have letters being faxed to our service. These letters have barcodes that for the most part are read successfully. I’m attaching (redacting sensitive information) some images where the barcode can not be read. Perhaps it’s just quality loss due to the faxing. Our code is what I’m seeing in other posts on this forum:
BarCodeReader rd = new BarCodeReader(file.getName());
while(rd.read()) {
System.out.println("CodeText: " + rd.getCodeText().toString());
}
17209657638.pdf (54.9 KB)
17230578692.pdf (41.1 KB)
17234582779.pdf (52.3 KB)