[PHP] Re: simple OCR in php

2007-07-02 Thread Zeb Packard
Linux journal had an article for tesseract code.google.com/p/tesseract-ocr the files needed to be cleaned up first though (contrast black text against white background), so understanding gimp or some other equally functional command-line image editor is essential. Suggested alternative was netpb

[PHP] Re: simple OCR in php

2007-06-29 Thread Manuel Lemos
Hello, on 06/29/2007 01:24 PM Ray said the following: > Hello all, > I am looking for a way to incorporate some simple OCR into a php script. The > user will bulk scan a pile of invoices. I want the php script to look at each > invoice and read a number off the invoice. The image will then be re