Skip to content
/ JOB Public
forked from EddieLa/JOB

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.

Notifications You must be signed in to change notification settings

davemedley/JOB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JOB

JOB (Javascript Only BarcodeReader) is a barcodereader for Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5 and EAN-13 barcodes in javascript. Supports multiple barcodes in one image and detects what type of barcodes there are.

It seems that the issue with smartphones might have been one of exif orientation tags so there's a fix in JOB now and also a fix for some kind of downsampling issue for ios.


If you like and/or use this project for commercial purposes consider donating to support my work.
PayPal - The safer, easier way to pay online!


Version 1.6 is up with a completely reworked localization process and also added a JOB object to facilitate more ease of use. Just reference JOB.js, always execute a call to JOB.Init() in the beginning and then for decoding of images set callback function using JOB.SetImageCallback(callback) and then call JOB.DecodeImage(img). Also added functionality in JOB to decode a video stream for use with getUserMedia, which was the original idea. Hopefully this localization will be a significant improvement and I will in the (hopefully) near future do a rework of the decoding algorithm to make it a bit faster and more accurate.

About

A Barcode scanner capapable of reading Code128, Code93, Code39, Standard/Industrial 2 of 5, Interleaved 2 of 5, Codabar and EAN-13 barcodes in javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%