RubyPulse Episode 0.31 - barcodescanner
Retrieve barcode value from barcode image file. - koyachi
irb:1> require 'rubygems'
=> true
irb:2> require 'barcodescanner'
=> true
irb:3> barcode = BarcodeScanner.process_image_file 'some_barcode.png'
=> [{:type=>"QR-Code", :data=>"This is the RubyPulse Barcode!"}]
Links for this episode
| barcodescanner on Github |
Tags : barcodescanner, barcodes