You are misreading the
'man' page for tesseract.
The tesseract program can take input from either a file (imagename) or standard input (stdin), and,
send output to a file (outputbase) or your console also called standard output (stdout).
There is also a facility to optionally supply further options and/or a configuration file.
Quote:
But how to send output to console?
|
As shown
here (note the proviso on the version of tesseract), you use:
Code:
tesseract <your input file name> stdout