This is good to know. What languages did you test this for?
On Sat, Feb 9, 2019 at 5:46 PM thebigwasp <[email protected]> wrote: > Ok, I managed to fine tune existing model using tiff/box pairs. In box > files i used so called WordStr format that is described here: > https://github.com/tesseract-ocr/tesseract/blob/3ac33d59aeb93fc9dab13874a64ab0b73690d5eb/src/ccmain/applybox.cpp#L36. > I think this description is totally right, except for this part: > > * word -> #w o r d > * multi word line -> #m u l t i w o r d l i n e > > After training with this format ^, the network put each character in > separate word. > The right description for WordStr format should be: > > * word -> #word > * multi word line -> #multi word line > > When used this format ^, I got desired results. > > Also I have a guess why the above format is actually right. See this > discussion: https://github.com/tesseract-ocr/tesseract/issues/1276 > > Example of right WordStr format is in the attached files. > > -- > 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/131a5055-8a69-48ce-bed0-89a79dd75d3e%40googlegroups.com > <https://groups.google.com/d/msgid/tesseract-ocr/131a5055-8a69-48ce-bed0-89a79dd75d3e%40googlegroups.com?utm_medium=email&utm_source=footer> > . > For more options, visit https://groups.google.com/d/optout. > -- ____________________________________________________________ भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com -- 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/CAG2NduVrBtE_QbpnUd-V2Ux2sEhhiSzcs-mKz_6uhvqeOyoLog%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.

