[Pycodeocr-main] SF.net SVN: pycodeocr:[18] README
Status: Beta
Brought to you by:
drtrigon
From: <la...@us...> - 2010-09-06 16:28:45
|
Revision: 18 http://pycodeocr.svn.sourceforge.net/pycodeocr/?rev=18&view=rev Author: laserb Date: 2010-09-06 16:28:39 +0000 (Mon, 06 Sep 2010) Log Message: ----------- Added some lines describing a problem I had with pydmtx. Hopefully it helps somebody. Modified Paths: -------------- README Modified: README =================================================================== --- README 2010-04-10 16:58:48 UTC (rev 17) +++ README 2010-09-06 16:28:39 UTC (rev 18) @@ -49,7 +49,7 @@ # * scanimage (SANE interface) # * convert (ImageMagick) # * tesseract -# http://code.google.com/p/tesseract-ocr/ +# http://code.google.com/p/tesseract-ocr/ # (better would be to get the appropriate pakage for your distro) # * Python Imaging Library (PIL) # (AND SANE/PIL python bindings, in fedora e.g. 'python-imaging-sane') @@ -64,6 +64,10 @@ # last you may have to use 'export LD_LIBRARY_PATH=/usr/local/lib' # in shell to solve the "3.1. ImportError") # http://www.libdmtx.org/downloads.php +# If you have installed libdmtx and it is still not working, then maybe +# your pydmtx.py is not installed correctly. You should find it in +# /usr/share/doc/libdmtx-dev/examples/python/ . Just follow the +# instructions given there. # * PDF417Decode.exe (by Morovia Corporation) # WINE is used to run this propietary/commercial Windows App., since # it is free for private purposes. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |