On Monday, June 13, 2016 at 4:11:51 PM UTC-4, [email protected] wrote:
>
> I've heard that Engine Cube uses better model than original Tesseract 
> Engine. So is there any python wrapper for Engine Cube?
>

The recognition engine is an internal implementation detail, so you should 
be able to use the same API and Python wrapper. As an aside, I'm not sure 
it's true the cube recognizer is considered universally "better."
 

> Also is there any way to get font size using Tesseract Engine? I come to 
> the idea of using hocr mode and get font size of every word from generated 
> html, but maybe there is a better way to do that?
>

The font information, including size, is available through the API.  You 
can see how it's fetched for hOCR output here:

https://github.com/tesseract-ocr/tesseract/blob/master/api/baseapi.cpp#L1552

On Tuesday, June 21, 2016 at 3:09:35 AM UTC-4, rohit saluja wrote:
>
> I am also searching for training the tesseract for cube mode. Just posting 
> so that I get to know if anyone replies here.
>

I don't think training tools were ever released for cube mode.
 

> Also where can we get knowledge for python wrapper for tesseract?
>

The top three search hits on Google all look relevant. #1 is a package on 
PyPI the standard Python package index.

Tom

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/847d4901-381d-4c47-a84f-bb52fe2fa015%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to