Skip to content

Commit

Permalink
README.markdown tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
oostendo committed Apr 21, 2011
1 parent e475587 commit 7c9ab66
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
python-zxing - a quick and dirty wrapper fo the [ZXing barcode library](http://code.google.com/p/zxing/)

This is a hack subprocess control library that gives you a reasonable Python interface to the ZXing command line.
This is a hack subprocess control library that gives you a reasonable Python interface to the ZXing command line. ZXing will recognize and decode 1D and 2D
barcodes in images, and return position information and decoded values. This
will let you read barcodes from any images in Python.

If you need to threshold or filter your image prior to sending to ZXing, I
recommend using functions from (SimpleCV)[http://sf.net/p/simplecv].

Instructions for use

Expand Down

0 comments on commit 7c9ab66

Please sign in to comment.