>> 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
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
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
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.
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
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
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
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
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
9 matches
Mail list logo