On 12/9/06, Darius Blaszijk <[EMAIL PROTECTED]> wrote:
This technique is called OCR. No idea if there is a pascal implementation,
but it should not be too hard to make one. It's based on neural networks
that "learn" to recognize any character from any font.

Hi,
There is little use in reinventing the wheel and implement ocr from scratch.

I think the best way is to use an existing software from fpc ,  for
example GOCR:
http://jocr.sourceforge.net/

GOCR is based on a  shared library,  which means that it shouldn't be
difficult to
call the functions from freepascal.


Cheers,
Adrian Maier

Darius

----- Original Message -----
From: "Antal" <[EMAIL PROTECTED]>
To: <fpc-pascal@lists.freepascal.org>
Sent: Saturday, December 09, 2006 3:09 PM
Subject: [fpc-pascal] Reading text from images


> Does anybody have an idea about how to read text from an image, using
> freepascal?
> There are lots of fonts, and so on, but it would be rather interesting to
> make able fpc to read from jpegs or gifs, since on the net there is so
> much information stored in images.
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal



--
Adrian Maier
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to