Re: Problem with ViewerDebugging with tesseract 3.02.02

2012-11-18 Thread Linda Li
>> Or did you used version from your distribution? I follow the instruction in http://code.google.com/p/tesseract-ocr/wiki/Compiling The version is 3.02.02 >> Do you have only one installation of tesseract in your system? Before that I installed 3.01. In the terminal, I confirmed that it is t

Re: inconsistent results from tesseract when the same TessBaseAPI object is used for decoding multiple images

2012-11-18 Thread newtotesseract
Hi, Yes this API function helped me. I also found that I could disable the classifier and learning by using: TessBaseAPI::SetVariable() -> with "classify_enable_learning", "0"); TessBaseAPI::SetVariable() -> with "classify_enable_adaptive_matcher", "0"); Many thanks for your qui

Gujarati OCR

2012-11-18 Thread Jayant Solanki
Hi Team, i want to extract Gujarati text from image. how can i extract it. Please provide Gujarati language OCR also.. Please hlep Thanks -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-oc

How to add a new api in tesseract-android tool tess-two?

2012-11-18 Thread Linda Li
I am using tesseract-ocr-android library. See https://github.com/rmtheis/tess-two Now I want to add a new api. (1) Current output api getUTF8Text() The current output api getUTF8Text() outputs the text, where the words are separated by a space. However, I find that a word can be space too.

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. Comp

Gujarati OCR

2012-11-18 Thread Jayant Solanki
Hi, I need Gujarati OCR. how can i get it? Please help... I really need it.. -- Solanki Jayant H. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to tesseract-ocr@googlegroups.com To unsubscribe from this gr

Re: Running OSD support of Tesseract OCR

2012-11-18 Thread zdenko podobny
Hi all, you will not get OSD (Orientation and script detection) output information with tesseract executable. At the moment tesseract provide (save) only ocr result. Somebody could consider help (tesseract --help) misleading because it enumerate all possible page segmentation modes. I think that s

Re: Problem with ViewerDebugging with tesseract 3.02.02

2012-11-18 Thread Zdenko Podobný
Did you compile tesseract by yourself? If yes, did you use standard compilation process(autotools)? What kind of options you used? Can you send me config.log? Or did you used version from your distribution? Do you have only one installation of tesseract in your system? -- Zdenko On 18.11.2012

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 imp