Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2014-02-26 Thread Hsrt
Hello, I read these suggestions but I am not clear yet. I search some videos but I dont know how I start. I want to run on eclipse(linux) a simple code like this http://code.google.com/p/tesseract-ocr/wiki/APIExample. What should I do first step? 16 Kasım 2012 Cuma 04:03:16 UTC+2 tarihinde

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-20 Thread zdenko podobny
On Mon, Nov 19, 2012 at 5:57 PM, Linda Li codingpotatoli...@gmail.comwrote: Thanks. On Monday, November 19, 2012 10:30:07 AM UTC-6, zdenop wrote: On Sun, Nov 18, 2012 at 11:49 PM, Linda Li codingpo...@gmail.com wrote: Now building succeeds. Compile has errors, complaining there are

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-19 Thread zdenko podobny
On Sun, Nov 18, 2012 at 11:49 PM, Linda Li codingpotatoli...@gmail.comwrote: I build it to run tessearctmain.cpp. I do not intend to compile the whole Thanks to instruction from Zdenko, I add the symbols as follows: In Eclipse, Project Properties-C/C++ General-Paths and Symbols Symbol,

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-19 Thread Linda Li
Hah, I figured it out. You are right, undefined does not mean undeclared. So I think I found a one wrong lib. I checked the Makefile, although a lot of strange words there, there are LIBS = -llept -lpthread So I include pthread in it. Now the tesseractmain.cpp builds. (only it, yes, I put

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-19 Thread Linda Li
Thanks. On Monday, November 19, 2012 10:30:07 AM UTC-6, zdenop wrote: On Sun, Nov 18, 2012 at 11:49 PM, Linda Li codingpo...@gmail.comjavascript: wrote: Now building succeeds. Compile has errors, complaining there are several main() functions. I have little knowledge of makefile, which

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-19 Thread zdenko podobny
On Mon, Nov 19, 2012 at 9:36 PM, Linda Li codingpotatoli...@gmail.comwrote: Hah, I figured it out. You are right, undefined does not mean undeclared. So I think I found a one wrong lib. I checked the Makefile, although a lot of strange words there, there are LIBS = -llept -lpthread So I

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-18 Thread zdenko podobny
You should give definition to compiler. Have a look how it is done with autotools (or VC++ solution if you are familiar with it). I am not eclipse user (even I tried once to open and compile tesseract project in it. It was smooth as far as I remember) but I would expect that eclipse is able to

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-18 Thread Linda Li
I build it to run tessearctmain.cpp. I do not intend to compile the whole Thanks to instruction from Zdenko, I add the symbols as follows: In Eclipse, Project Properties-C/C++ General-Paths and Symbols Symbol, Value. USE_STD_NAMESPACE VERSION=\3.02.02\ Now building succeeds. Compile

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-17 Thread Linda Li
Thanks. Then where should I put #define USE_STD_NAMESPACE? I put it in the tesseractmain.h, but the same error appears: fatal error: base/commandlineflags.h: No such file or directory Sorry if my question is dumb. Thanks. On Friday, November 16, 2012 2:47:50 PM UTC-6, zdenop wrote: On

Re: How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-16 Thread zdenko podobny
On Fri, Nov 16, 2012 at 3:03 AM, Linda Li codingpotatoli...@gmail.comwrote: I want to build the tesseract 3.02.02 project so that I can modify some code to tune it to some specific task. Version: tesseract 3.02.02 Ubuntu 12.04, Eclipse Juno I put the tesseract into the Eclipse project.

How to build the tesseract 3.02.02 project in Eclipse at Ubuntu?

2012-11-15 Thread Linda Li
I want to build the tesseract 3.02.02 project so that I can modify some code to tune it to some specific task. Version: tesseract 3.02.02 Ubuntu 12.04, Eclipse Juno I put the tesseract into the Eclipse project. Include directories /usr/local/include /usr/local /usr/include/leptonica and all