On Dec 2, 7:31 pm, lab <[EMAIL PROTECTED]> wrote:
> If you want to pipe the output, you can always do something like this:
>
> tesseract pages/p0143.tif /tmp/u && cat /tmp/u.txt && rm -f /tmp/
> u.txt
This is what I am doing. Piping is faster, still. This isn't piping to/
from standard input/output, alas; but writing/reading to/from a file.
> I don't think you can pipe the input, because STDIN is not a seekable
> file, but TIFF format needs the ability to seek for random access.
Okay, I withdraw the input request, at least for the time being. I'd
actually preferred Tesseract read p*m as well, because then I could
pipe like I'd used to do. On my embedded system there is a difference
in speed writing/reading from/to file and pipes.
Thanks anyway,
Uwe
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"tesseract-ocr" group.
To post to this group, send email to tesseract-ocr@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---