On Thursday, March 10, 2016 at 2:26:24 AM UTC-5, Ken Oates wrote: > > When OCR'ing a newspaper clip, the text produced acts like each line is > discreet, not attached as a paragraph. The word at the end of the line is > directly attached to that on the next line and hyphenated words remain with > the hyphen in them. Am I missing something? The same image uploaded and > processed in Google Docs works perfectly. I have attached the source .jpg > and the resulting text. >
Tesseract returns the text broken into blocks and lines, as it appears on the page. If you want to join the lines within a block, you'll need to concatenate them yourself. 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/3cf972b3-c927-40a0-a0c8-a2708ce91336%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

