Re: Tess v3 not recognising accented Esperanto characters.

2012-09-17 Thread zdenko podobny
On Tue, Sep 18, 2012 at 12:29 AM, Donaldo wrote: > Thanks again, Nick. > > The package is installed. The files are there, e.g.: > > $ ll /usr/lib/libMagickWand* > -rw-r--r-- 1 root root 1592108 Aug 18 05:03 /usr/lib/libMagickWand.a > -rw-r--r-- 1 root root 960 Aug 18 05:02 /usr/lib/libMagickW

Tesseract on .Net > End Line Character

2012-09-17 Thread Ruwanthaka Ranasinghe
Hi All, I’m training new Language Pack for Sinhala Language @ Sri Lanka. It works as expected but at every line end word/ Character join with the next new line start word without any spaces added. Can anyone help me on this? Ahanks in advance Ruwanthaka -- You received this message becau

Re: use tesseract api in visual c++ 2010

2012-09-17 Thread TP
On Mon, Sep 17, 2012 at 7:08 PM, Kage.Sabaku.No.Gaara wrote: > I have a solution for your problem. I posted the answer on this website: > http://stackoverflow.com/questions/5079635/how-can-i-use-tesseract-ocror-any-other-free-ocr-in-small-c-project The information at the supplied link is obsolete

Re: use tesseract api in visual c++ 2010

2012-09-17 Thread Kage.Sabaku.No.Gaara
I have a solution for your problem. I posted the answer on this website: http://stackoverflow.com/questions/5079635/how-can-i-use-tesseract-ocror-any-other-free-ocr-in-small-c-project -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to th

Re: Tess v3 not recognising accented Esperanto characters.

2012-09-17 Thread Donaldo
Thanks again, Nick. The package is installed. The files are there, e.g.: $ ll /usr/lib/libMagickWand* -rw-r--r-- 1 root root 1592108 Aug 18 05:03 /usr/lib/libMagickWand.a -rw-r--r-- 1 root root 960 Aug 18 05:02 /usr/lib/libMagickWand.la lrwxrwxrwx 1 root root 22 Aug 18 05:03 /usr/lib/lib

Re: Tess v3 not recognising accented Esperanto characters.

2012-09-17 Thread Nick White
It isn't finding the MagickWand development libraries. Have you definitely installed them? It's the libmagickwand-dev on Debian (and Ubuntu, probably). On Mon, Sep 17, 2012 at 02:54:56AM -0700, Donaldo wrote: > Thanks, Nick. Now I get this: > > $ cc `pkg-config --cflags --libs MagickWand` libutf/

Re: Tess v3 not recognising accented Esperanto characters.

2012-09-17 Thread Donaldo
Thanks, Nick. Now I get this: $ cc `pkg-config --cflags --libs MagickWand` libutf/utf.c libutf/rune.c lazytrain.c -o lazytrain /tmp/cckokmI1.o: In function `main': lazytrain.c:(.text+0x214): undefined reference to `MagickWandGenesis' lazytrain.c:(.text+0x219): undefined reference to `NewMagickWa

Re: Tess v3 not recognising accented Esperanto characters.

2012-09-17 Thread Nick White
Aha, they updated libutf since I last used it, and split some stuff up. This command will work: cc `pkg-config --cflags --libs MagickWand` libutf/utf.c libutf/rune.c lazytrain.c -o lazytrain Sorry for the hassle Donald; thanks for keeping trying! Nick On Sun, Sep 16, 2012 at 02:26:21PM -0700

Re: Unable to convert .gif to .txt or .doc or .docx

2012-09-17 Thread Nick White
Hi Abbas, The convert command is part of the ImageMagick program. If you're using a Linux distribution, it will be available from the repositories, otherwise get it from http://imagemagick.org I don't have any thoughts as to a good way to improve your results. You could train tesseract to recogni