dsiddharth2 / php-zxing

PHP wrapper for Zxing Java library
MIT License
126 stars 25 forks source link

Cannot detect 1D Code39 #4

Closed Enormity closed 6 years ago

Enormity commented 6 years ago

I'm not sure if this is because it was not programmed to, or if there is an issue. But it cannot detect a Code39 1D bar code.

dsiddharth2 commented 6 years ago

Hi, I will test this and get back to you. Generally some times the Zxing library does not read the bar code. I have to check.

dsiddharth2 commented 6 years ago

Hi, I did try with Code39 again. It works for me.

I tried using the following,

sample_code39_260x130

dsiddharth2 commented 6 years ago

Hi I tried working with different Bar Codes, it works fine. Some times because the bar code is not clearly visible, it will not read. For now I am marking the issue closed. Please re-open it if you feel the problem did not solve for you.

Also I think you should try the config,

$config = array( 'try_harder' => true );