[fpc-pascal] Reading text from images

Adrian Maier adrian.maier at gmail.com
Wed Dec 13 11:49:31 CET 2006


On 12/9/06, Darius Blaszijk <dhkblaszyk at zeelandnet.nl> 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" <antal at componente.net>
> To: <fpc-pascal at 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 at lists.freepascal.org
> > http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal at lists.freepascal.org
> http://lists.freepascal.org/mailman/listinfo/fpc-pascal
>


-- 
Adrian Maier



More information about the fpc-pascal mailing list