Re: [tesseract-ocr] Building training tools from source

2016-03-26 Thread rahul tiwari
On Friday, August 15, 2014 at 2:13:47 PM UTC+5:30, Dovhani Foneworx wrote: > > Under which circumstances you will need training tools, when you say "if > you plan to use training tools"?. > > > On Tue, Aug 12, 2014 at 5:25 PM, Nick White > wrote: > >> Zdenko's right. To help you out more, you

Re: [tesseract-ocr] Building training tools from source

2014-08-15 Thread Dovhani Foneworx
Under which circumstances you will need training tools, when you say "if you plan to use training tools"?. On Tue, Aug 12, 2014 at 5:25 PM, Nick White wrote: > Zdenko's right. To help you out more, you seem to have skipped over > this part of the instructions in the Compiling wiki page: > > su

Re: [tesseract-ocr] Building training tools from source

2014-08-15 Thread zdenko podobny
1. if you are using debian tool you should try to use debian focused forum or raise issue at debian ;-) (it looks like do not have problem with tesseract, you have problem to build package from source) 2. As far as see meesage is clear: dpkg-checkbuilddeps: Unmet build dependencies:

Re: [tesseract-ocr] Building training tools from source

2014-08-15 Thread Dovhani Foneworx
and also when I run debuild -us -uc and sudo dpkg -i *.deb I get: foneworx@herainternal:/var/www/DM/tess/tesseract-3.03$ debuild -us -uc dpkg-buildpackage -rfakeroot -D -us -uc dpkg-buildpackage: set CFLAGS to default value: -g -O2 dpkg-buildpackage: set CPPFLAGS to default value: dpkg-buildpa

Re: [tesseract-ocr] Building training tools from source

2014-08-12 Thread Nick White
Zdenko's right. To help you out more, you seem to have skipped over this part of the instructions in the Compiling wiki page: sudo apt-get install libicu-dev # (if you plan to make the training tools) Nick On Mon, Aug 11, 2014 at 07:10:47PM +0200, zdenko podobny wrote: > It looks like you

Re: [tesseract-ocr] Building training tools from source

2014-08-11 Thread zdenko podobny
It looks like you ignored configure warnings... Zdenko On Mon, Aug 11, 2014 at 3:17 PM, Dovhani Foneworx wrote: > Hi, when I do "make training" the following error showing that is a bug in > the code comes up. > > > normstrngs.cpp:27:49: error: unicode/unorm2.h: No such file or directory > In

Re: [tesseract-ocr] Building training tools from source

2014-08-11 Thread Dovhani Foneworx
Hi, when I do "make training" the following error showing that is a bug in the code comes up. normstrngs.cpp:27:49: error: unicode/unorm2.h: No such file or directory In file included from normstrngs.cpp:23: icuerrorcode.h: In member function ‘virtual void tesseract::IcuErrorCode::handleFailu

Re: [tesseract-ocr] Building training tools from source

2014-08-01 Thread Shree Devi Kumar
for training tools on ubuntu 14.04 Jeff Breidenbach > Jul 31 (21 hours ago) > > Re: [tesseract-dev] Re: Training tools linking failure, icu_48::* > > Here's a way to compile Tesseract on Ubuntu, while still > using the packaging system. It will get you the training tools. > > sudo apt-get b

Re: [tesseract-ocr] Building training tools from source

2014-08-01 Thread Peter Hamberg
I knew it had to be something obvious. I didn't realise that the version of the source code available from the download page wasnt the latest version. Thanks for the clarification. Switching to the newer version worked. On Friday, August 1, 2014 1:00:33 PM UTC+2, zdenop wrote: > > > On Fri, Aug

Re: [tesseract-ocr] Building training tools from source

2014-08-01 Thread zdenko podobny
On Fri, Aug 1, 2014 at 11:06 AM, Peter Hamberg wrote: > Hi, > This is a secure message chain, protected by Virtru. > > I'm on a Ubuntu 14.04 machine, and I've followed the instructions on > https://code.google.com/p/tesseract-ocr/wiki/Compiling > and there is written: "If you want the training

[tesseract-ocr] Building training tools from source

2014-08-01 Thread Peter Hamberg
Hi, I'm trying to learn how to use tesseract, but I need some help, I think. I'm currently stuck on the training tesseract part, because for some reason I cant make the training tools. I'm on a Ubuntu 14.04 machine, and I've followed the instructions on https://code.google.com/p/tesseract-ocr/w