Giter Club home page Giter Club logo

js-zxing-pdf417's People

Contributors

patriziobruno avatar rmhrisk avatar seppo0010 avatar winfinit avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

js-zxing-pdf417's Issues

More reliability

Thanks for this fabulous port. Facing an issue though. Scanning the same card by clicking different images from the webcam gives different results each time. Is there a way we can do more rigorous/strict scanning for the valid barcode values?

Cant Decode any pdf147: Returning empty []

Hi, I tried to decode both with mobile camera and laptop with file load. It doesnt seem to detect any pdf147 scan and returning empty Array. Implemented it same as example on github :( Please help.
`try {
console.log('trying to decode...');
source = new ZXing.BitmapLuminanceSource(ctx, img);

                  binarizer = new ZXing.Common.HybridBinarizer(source);
                  
                  bitmap = new ZXing.BinaryBitmap(binarizer);
                  
                  var decodingString = JSON.stringify(ZXing.PDF417.PDF417Reader.decode(bitmap, null, false),null,4);
                  console.log('return JSON value '+decodingString);
              } catch (err)
              {
                        console.log('Error in decoding...');
              }`

Barcode recoginization failed with Low quality Images

This is working great with Excellent Quality Images. I am facing the Issues when I try to recognize the Barcode through Camera(Low Resolution). I came to know that the Problem is with Binarizing the low quality Images. You have any suggestions on Improving the Binarization to recognize the barcodes on low quality Images.
are you planning to work on this Improvisation.
let me know if you aware of any open sources to solve this Issue.

Error Correction Level 5

I am having problems decoding a PDF 417, others work perfect but this gives me the following error:
"ResultMetadata": { "ERROR_CORRECTION_LEVEL": "5", "PDF417_EXTRA_METADATA": { "SegmentIndex": 0, "FileId": null, "OptionalData": null, "IsLastSegment": false } },

Argentinian ID not working

Hi! I'm developing an interpreter for the PDF417 code from argentinian IDs. I've try this library, but none seems to work. Could it be something about colour? Size? The pictures are FullHD, scanned... Is there a way to force the "TRY HARDER" mode when invoking the decoder? Thnaks!

Not decoding PDF417 , don't seem to find start pattern

Hi,

I have barcode that don't seem to decode, I tried to figure out what the issue is and think its the start pattern that is not correct. There few other sites that is able to decode the barcode, so I know it can be done and I also know the barcode is not 100% according to specs.

Possible you can look at the barcode or maybe give me hint on how I can troubleshoot why start pattern not recognized.. I attach sample

dl_expired

Sample test page

I am very much interested in this project. Could you guys please include a sample test page that shows how to call the correct pdf417 reader method with image as an input. Thanks

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.