IMO there are 2 easy solutions:

1. You can combine input images with ImageMagick to multipage tif (e.g.
convert image1.png image2.bmp image3.tif output.tif)

2. You can create text file with image filename per line. e.g. filelist.lst
that has this context:

song.png
tessinput.tif
superscript.png
testp.png


than you can ocr this list by command:

tesseract filelist.lst ocr_output


Zdenko

On Wed, Apr 22, 2015 at 3:24 AM, Quan Nguyen <nguyen...@gmail.com> wrote:

> Try *Merge TIFF* function of VietOCR <http://vietocr.sf.net>.
>
> On Tuesday, April 21, 2015 at 4:58:19 AM UTC-5, Stathis L. wrote:
>>
>> Is there a way to combine several tiffs into one ocr file? If so, what
>> may be the command for that?
>>
>> Thanks
>>
>  --
> 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 tesseract-ocr+unsubscr...@googlegroups.com.
> To post to this group, send email to tesseract-ocr@googlegroups.com.
> Visit this group at http://groups.google.com/group/tesseract-ocr.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tesseract-ocr/b54c6525-4c5b-419d-a246-c9ffe79183cb%40googlegroups.com
> <https://groups.google.com/d/msgid/tesseract-ocr/b54c6525-4c5b-419d-a246-c9ffe79183cb%40googlegroups.com?utm_medium=email&utm_source=footer>
> .
>
> For more options, visit https://groups.google.com/d/optout.
>

-- 
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 tesseract-ocr+unsubscr...@googlegroups.com.
To post to this group, send email to tesseract-ocr@googlegroups.com.
Visit this group at http://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/CAJbzG8xwfOZq0%3DaeCZqCeLSkugsk9LsU9oPpEQj6Ws3c6dxYTA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to