Skip to content

issues Search Results · repo:makiuchi-d/gozxing language:Go

Filter by

63 results
 (54 ms)

63 results

inmakiuchi-d/gozxing (press backspace or delete to remove)

Hello I m trying to implement a scanner that will help with detection of scam links but one QR code is never detectable. The code is below: bmp, err := gozxing.NewBinaryBitmap(gozxing.NewGlobalHistgramBinarizer(gozxing.NewLuminanceSourceFromImage(img))) ...
  • MWalcz4k
  • Opened 
    yesterday
  • #72

Hi I am trying to use this lib, and it works great with QR codes and code128, but when I try to use UPCA/E or EAN8/13 it just does not work. Could you tell me if this should work in theory? ` file, err ...
  • eiachh
  • 1
  • Opened 
    on Sep 27, 2024
  • #71

Hello I have a collection of QR images that cause following errors when I try to decode them : %!w(gozxing.notFoundException={{NotFoundException {{NotFoundException {{NotFoundException: (w, h) = (512, ...
  • LindyLo
  • 1
  • Opened 
    on Aug 31, 2024
  • #70

Hi, I don t see any function that detects multiple QR codes on an image. What can I do?
  • huuson235
  • 1
  • Opened 
    on Aug 27, 2024
  • #69

When trying to decode this image I get NotFoundException. Here s my code: func scanBarCode(fileName string) { file, _ := os.Open(fileName) img, _,_ := image.Decode(file) bmp, err := gozxing.NewBinaryBitmapFromImage(img) ...
  • lnds
  • 1
  • Opened 
    on May 31, 2024
  • #68

I get an error using gozxing to decode the QR code: FormatException: FormatException: we didn t find a close enough match 0x2fe8e I chose other QR code decoding libraries as a comparison, and only gozxing ...
  • jingzhaoyang
  • 2
  • Opened 
    on Apr 29, 2024
  • #67

An error started appearing out of nowhere error creating code128: WriterException: IllegalArgumentException: Bad character in input: ASCII value=1042 I send only Latin letters, numbers, _, - But when ...
  • jaskierrr
  • 2
  • Opened 
    on Apr 21, 2024
  • #66

please kindly recommend me to check specific error without using like this in Golang err.Error() == NotFoundException: startSize = 0
  • JamesKrub
  • 1
  • Opened 
    on Mar 20, 2024
  • #65

I am currently facing an issue with the QR code decoding process. Specifically, I am consistently receiving a NotFoundException with the message startSize = 0. example qrcode: output I have tried several ...
  • wangyu122-tal
  • 1
  • Opened 
    on Nov 26, 2023
  • #64

I found code 128 checkmarked on README and it is available to scan. But I found only QR code example, and code 128 failed to read. How can I currently scan code 128?
  • alhaos
  • 2
  • Opened 
    on Sep 3, 2023
  • #63
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub