jacklicn / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

Import Tesseract onto Eclipse #558

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Install tesseract 3.00 as instructed on ubuntu 11.04
2.Try to import the project onto **eclipse**
3.open any .cpp or .h file

What is the expected output? What do you see instead?
I see errors immediately everywhere. 

What version of the product are you using? On what operating system?

Please provide any additional information below.
I would like to go through the algorithm in tesseract to determine and compare 
the character recognition stage-by-stage in case of 1) any image that gets 
accurately recognized and 2) a currency note or any other type of posters where 
the letters are of a different font. I believe knowing the difference in the 
stagewise image analysis can help me to recognize text in images of my 
interest. 

Original issue reported on code.google.com by kish...@iitgn.ac.in on 13 Oct 2011 at 2:39

GoogleCodeExporter commented 9 years ago
It's not possible to support every IDE under the sun. In particular, you 
haven't mentioned if you have CDT installed or not. Google 'eclipse import 
autotools project'

Original comment by joregan on 23 Feb 2012 at 11:15

GoogleCodeExporter commented 9 years ago
just for the record: I tried today to import current svn to eclipse 
(eclipse-linuxtools-indigo-SR1-incubation-linux-gtk-x86_64.tar.gz) and compile 
project (no further testing). It was without problem. But this kind of question 
belong to forums...

Original comment by zde...@gmail.com on 24 Feb 2012 at 9:31