On 28 October 2010 14:36, Arno Teigseth <[email protected]> wrote:
> Hi I think I read somewhere that tesseract will do basic page layout
> analysis, like one/two column analysis. Is that only for tesseract3 or
> does it work with tesseract2 too?
>

Tesseract 3 only.

> In any case, how is it invoked?
>

You have to create a config file that sets the tessedit_pageseg_mode
variable to the value you want.

    INT_MEMBER(tessedit_pageseg_mode, 2,
               "Page seg mode: 0=auto, 1=col, 2=block, 3=line, 4=word, 6=char"
               " (Values from PageSegMode enum in baseapi.h)"),


>
> I'm stuck with training data for tesseract v2, since I can't get
> tesseract3 to run properly (builds and makebox ok, but crashes while
> training).
>
> Maybe there's a way to convert training data tess2->tess3?
>

Not directly. There are some format changes.

> best
> Arno
>



-- 
<Leftmost> jimregan, that's because deep inside you, you are evil.
<Leftmost> Also not-so-deep inside you.

-- 
You received this message because you are subscribed to the Google Groups 
"tesseract-ocr" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/tesseract-ocr?hl=en.

Reply via email to