jacklicn / tesseract-ocr

Automatically exported from code.google.com/p/tesseract-ocr
Other
0 stars 0 forks source link

No break (enter) between lines #575

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Make an OCR of any text file
2. Open text output 
3.

What is the expected output? What do you see instead?
Expected (2 lines): 
Hello World! 
You are Welcome. 

Seen (single line): 
Hello World! You are Welcome. 

Same problem with "makebox" option. 

What version of the product are you using? On what operating system?
Tesseract 3.0.1 with XP or Vista

Please provide any additional information below.

Original issue reported on code.google.com by mauricio...@gmail.com on 7 Nov 2011 at 4:41

GoogleCodeExporter commented 9 years ago
1. please provide input image
2. write exact command you used (e.g. makebox is not option - it is a config 
file. It will not produce single line ;-) )

Original comment by zde...@gmail.com on 7 Nov 2011 at 6:27

GoogleCodeExporter commented 9 years ago
Hi, 

i found the problem: there' s a difference between Tesseract 3.0 and 3.0.1 
"Enter caracter" in output text file and because of it, Notepad program don' t 
make a break at the end of a line of text. 

Thanks, 
Mauricio

Original comment by mauricio...@gmail.com on 8 Nov 2011 at 10:19

GoogleCodeExporter commented 9 years ago
Yes, tesseract 3.01 use for end of line only "\n". So you get the same result 
on all OS.

Original comment by zde...@gmail.com on 8 Nov 2011 at 12:03