Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-26 Thread adarsh
Thanks alot shree. On Monday, February 26, 2018 at 2:04:04 PM UTC+5:30, shree wrote: > > try > > -c page_separator= "\n" > > or the code for CRLF > -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To unsubscribe from this group and stop

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-26 Thread ShreeDevi Kumar
try -c page_separator= "\n" or the code for CRLF -- 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 tesseract-ocr+unsubscr...@googlegroups.com. To post to this

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-25 Thread adarsh
Can you please suggest a way to print a newline instead of FF. I am able to print any character other than formfeed by using the " -c page_separator="Hello" " option, but i don't know how to print a newline. Thanks in advance. Regards Adarsh On Friday, February 23, 2018 at 6:03:32 PM

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-23 Thread ShreeDevi Kumar
Probably FF. Tesseract adds a page break (normally form feed) by default. It is still possible to suppress page breaks by setting an empty page_separator. ShreeDevi भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Fri, Feb 23,

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-22 Thread adarsh
Is there any way to remove the End of page symbol that appears in the image? It looks like a box with some 000c written at the end. Regards Adarsh On Thursday, February 22, 2018 at 4:22:21 PM UTC+5:30, shree wrote: > > What --psm are you using? > > Tesseract might be treating the last

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-22 Thread adarsh
@shree You are awesome. Your solution straightaway gave me the solution. You are awesome man. Really appreciate your help. You have responded whenever I needed it. :) Keep up the good work. Regards Adarsh SHUKLA On Thursday, February 22, 2018 at 4:22:21 PM UTC+5:30, shree wrote: > > What

Re: [tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-22 Thread ShreeDevi Kumar
What --psm are you using? Tesseract might be treating the last portion as a different column. Try PSM 4 or 6. On 22-Feb-2018 3:48 PM, wrote: > >

[tesseract-ocr] Tesseract is giving column data on the last line of file

2018-02-22 Thread adarsh