Re: simple OCR in php
- From: larry@xxxxxxxxxxxxxxxxx
- Date: Fri, 29 Jun 2007 18:17:44 -0700
On Jun 29, 9:44 am, r...@xxxxxxxxxxxxx (Ray) wrote:
On Friday 29 June 2007 10:32 am, you wrote:
[snip]
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
renamed,
and be organized into a directory and the file name will be added to a
database. (all of these steps are straight forward once the number is
read.)
I have no problem with a system that requires a special OCR font and/or
some
sort of registration mark to help locate the Invoice number. Can anybody
tell
me of any tools out there that can do this?
[/snip]
In short PHP cannot perform OCR functions. You could insert an OCR
application into the process and have the OCR app pass PHP the
information.
Exactly.
Are there any third party tools or OCR applications that anybody can
recommend? (I suppose you could write an OCR application in PHP, but that
sounds like an awful lot of work.)
Thanks
Ray
I played with tesseract recently it's a command line OCR, and is very
good
http://sourceforge.net/projects/tesseract-ocr
and with another script called ocube from here:
http://www.geocities.com/thierryguy/
it will help using tesseract as it will make sure graphics are
converted to tiffm etc.
Larry
.
- References:
- RE: [PHP] simple OCR in php
- From: "Jay Blanchard"
- Re: [PHP] simple OCR in php
- From: Ray
- RE: [PHP] simple OCR in php
- Prev by Date: Re: [PHP] HELP - I have tried to unsubscribe from this listmutipletimes but cannot.
- Next by Date: Re: implementation of guest book
- Previous by thread: Re: [PHP] simple OCR in php
- Next by thread: Re: [PHP] simple OCR in php
- Index(es):
Relevant Pages
|