zbar icon indicating copy to clipboard operation
zbar copied to clipboard

Not able to read barcode with clear bar code image also

Open Pruthviraj26 opened this issue 3 years ago • 1 comments

image

image

Working fine online barcode reader site but not working with zbar.

image

Pruthviraj26 avatar Jan 19 '22 05:01 Pruthviraj26

I use this solution and it helps me: https://stackoverflow.com/questions/69689869/improve-zbarimg-qrcode-recognition?newreg=25681a87a68e4de3baf9f2cd28000883

convert input.png +repage -threshold 50% -morphology open square:1 output.png The important parameter is the morphology one

zeusin avatar Mar 16 '22 10:03 zeusin