Page 1 of 1

Configuration Barcode recognition

Posted: Tue Apr 19, 2011 7:54 pm
by jcasado
How I can configure Barcode recognition?
for example,
How I can do that only recognize a Barcode type or the Barcode types I want?
How I can do that recognize only one Barcode and not all?

Thanks

Re: Configuration Barcode recognition

Posted: Wed Apr 20, 2011 2:04 pm
by Loïc
Hi,


The engine, detects all barcode, in any supported configuration.
So if you need your application returning only specific barcode type, just use Barcode1DReaderGetBarcodeType() method to filter undesired ones.

Hope this helps.

Loïc

Re: Configuration Barcode recognition

Posted: Wed Apr 20, 2011 8:44 pm
by jcasado
Thanks, but I thought it was better than Barcode1DReader try to recognize fewer Barcodes and so would have better performance.

Issues:

I have the image 01.tif and I want to know why 1DBArcodeRecognition recognize 3 Barcode types if there are only one.
I have the image 02.jpg and not recognize the Barcode (type code 39)

Another question:

Can i use plugin Barcode1DReader in Visual Foxpro Development without having to buy another product as GdPicture?

Thanks.