[tesseract-ocr] Tesseract gives the same results in cube mode, is this normal/common?

2015-09-03 Thread fsbo . consult
api->SetVariable("tessedit_ocr_engine_mode", "0"); gives the same exact results as api->SetVariable("tessedit_ocr_engine_mode", "1"); are there additional steps that need to be taken to set up cube mode? I am just using it on english text so I haven't done any training of my own for either

[tesseract-ocr] Re: Tesseract gives the same results in cube mode, is this normal/common?

2015-09-03 Thread fsbo . consult
You may notice tessedit_ocr_engine_mode being set to 3 which is of course outside of the accepted range of 0-2, it does not work in the accepted range either, printing 0 just the same. Also, when I call api->SetVariable( "tessedit_char_whitelist", "0123456789abc ... it works just fine. On

Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-09-03 Thread zdenko podobny
On Wed, Sep 2, 2015 at 5:16 PM, wrote: > Hi Thanks for the notes! The problem was that I was used to using > tesseract on mac, which has a different install process (I believe) from > ubuntu. I needed to compile it on ubuntu, which I think is possibly > equivalent to

[tesseract-ocr] Recognize only dots

2015-09-03 Thread Nicksona Marinov
Hello everybody. I wonder if there is way to train tesseract to effective recogize only SEUENCE of dots in scanned document. For example is there way to recognize these two pictures characteres, which are filled only with dots:

[tesseract-ocr] Traineddata inspector

2015-09-03 Thread Jozef M.
Dear all, you can use the following web app to inspect some of the internals of traineddata files: https://te-traineddata-ui.herokuapp.com Few notes: - this version does not parse cube specifics and some of the newer files; - free hosting limits apply which means several parallel requests will

[tesseract-ocr] Re: Tesseract gives the same results in cube mode, is this normal/common?

2015-09-03 Thread fsbo . consult
Further Detail: int value123221; api->GetIntVariable("tessedit_ocr_engine_mode", ); std::cout << value123221 << std::endl; std::cout << "Val1" << std::endl; api->SetVariable("tessedit_ocr_engine_mode", "3");

Re: [tesseract-ocr] Successfully installed and run Tesseract on Ubuntu, but can't find baseapi.h file to include ...

2015-09-03 Thread Jeff Breidenbach
sudo apt-get install tesseract-dev -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop receiving emails from it, send an email to tesseract-ocr+unsubscr...@googlegroups.com. To post to this group, send