I have a similar problem. Ubuntu 8.04 server, so no GUI ;-(
I want to convert incoming faxes received by hylafax in .tif format.
When I run tesseract: sudo tesseract fax000000083.tif ocrtest
it displays 'Tesseract Open Source OCR Engine', thinks for a 10
seconds and doesn't seem to do anything.
No logs, no ocrtest.txt nothing.
Any ideas?
Is there a debug mode? --verbose flag?
On May 12, 6:06 am, paulfeakins <
paulfeak...@gmail.com> wrote:
> Hi Spectrum,
>
> Always good to hear more people are using Linux :)
>
> First thing I'd suggest is to use an actual terminal window instead of
> pressing F2. That way you'll be able to see what output you get and
> whether there's been an error.
>
> In Ubuntu (8.10) go to Applications > Accessories > Terminal. You
> might have to type "sudo" before every command so that you have the
> necessary permissions. i.e. "sudo tesseract..."
>
> Have a good look through the wikihttp://
code.google.com/p/tesseract-ocr/w/list