Project

qrscan

0.0
The project is in a healthy, maintained state
A Ruby gem for decoding QR code from images.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Qrscan

A Ruby gem for decoding QR code from images.

Installation

First install zbar dependency.

On Debian like distro:

sudo apt-get install libzbar-dev

On Mac OSX:

brew install zbar

Then you can install the gem:

gem install qrscan

Usage

decoded_value = Qrscan.scan("/image/path/file.jpg")

License

The gem is available as open source under the terms of the MIT License.