VintaSoft Barcode .NET SDK Discussions

Questions, comments and suggestions concerning VintaSoft Barcode .NET SDK.

Board index < VintaSoft Barcode < VintaSoft Barcode .NET SDK Discussions

We are migrating to new forums engine, no new registration or posting currently available. TIA for your patience.

Help with problem Tif?



Help with problem Tif?

Post by cootcraig »

I have a customer that is generating poor quality tif. The files show up as 1 bit BW, but have an error diffusion type dot pattern. What settings will give the most robust reading.
We place 4 barcodes with the same text on the page that is scanned.

Here is a code fragment showing the settings I am using.
-------------------
Dim aReaderSettings As New ReaderSettings
aReaderSettings.ScanBarcodeTypes = BarcodeType.Code39

aReaderSettings.RemovePeas = True
aReaderSettings.ThresholdMode = ThresholdMode.Manual
aReaderSettings.MaxBarcodes = 4
aReaderSettings.Threshold = 750 ' docs say 500 is default
aReaderSettings.ScanRectangle = New System.Drawing.Rectangle(0, 0, 0, 0)
aReaderSettings.ScanDirection = (ScanDirection.LeftToRight Or ScanDirection.TopToBottom Or ScanDirection.BottomToTop Or ScanDirection.RightToLeft)
aReaderSettings.MinConfidence = 0 ' 0 to 99
aReaderSettings.ThresholdIterations = 25

aBarcodeReader.Settings = aReaderSettings
barcodeResults = aBarcodeReader.ReadBarcodes(aSystemImage)

I take the highest confidence barcode that is returned. I can supply a problem file from this customer if it will help.

thanks.
Craig


Re: Help with problem Tif?

Post by Alex »

Hello Craig,

Please send the problem file to support@vintasoft.com and we will try to help you.

Best regards, Alexander


Page 1 from 1: 1