Re: Output formatting issues

2013-02-23 Thread Nick White
Hi Ben, On Fri, Feb 22, 2013 at 01:58:53PM -0800, Ben Richard wrote: > The problem is the output file > seems to see columns as line carriages. I used a version from 3 years ago and > it worked fine. It seems like this is an intentional formatting change, does > anyone know how to keep a line a

Re: Output formatting issues

2013-02-25 Thread Ben Richard
Thanks a ton! As it turns out that was the problem, the weird thing is I wasn't using any additional paramters, for some reason the page formating strangness was default. In autoit I am now using this to launch Tesseract ShellExecuteWait(@ProgramFilesDir & "\Tesseract-OCR\tesseract.exe", '"'

Re: Output formatting issues

2013-02-25 Thread Nick White
On Mon, Feb 25, 2013 at 08:43:38AM -0800, Ben Richard wrote: > Thanks a ton! As it turns out that was the problem, the weird thing is I > wasn't using any additional paramters, for some reason the page formating > strangness was default. In autoit I am now using this to launch Tesseract Great, I