On Sat, Jun 16, 2012 at 04:51:37PM +0100, Dan Peleg wrote: > Is there an option to make it output to the console? StandardOutput ? Stdin? > something else then a file ?
You can give the name 'stdout' instead of outputfile, at least with the latest SVN (I think with 3.02 as well but can't remember). Failing that, if you're on a unix-ish system you can just use the file /dev/stdout, e.g. tesseract image.png /dev/stdout -- -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/tesseract-ocr?hl=en --- 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]. For more options, visit https://groups.google.com/groups/opt_out.

