Re: concatenating tr files

2013-04-23 Thread Shree Devi Kumar
T hanks, Quan. On Tue, Apr 23, 2013 at 4:15 AM, Quan Nguyen nguyen...@gmail.com wrote: .tr are binary files; as such, you should use: copy /b san.sanskrit2003.exp0*.tr san.sanskrit2003.exp2000.tr -- -- You received this message because you are subscribed to the Google Groups

Re: concatenating tr files

2013-04-22 Thread zdenko podobny
I don't have a lot of time, so I just run some simple tests on linux and here are results: 1. fix name of file: san.sanskrit2003.tr is not correct filename. Should be something like san.sanskrit2003.exp1000.tr 2. I tried to use linux cat instead of windows copy (cat

Re: concatenating tr files

2013-04-22 Thread Quan Nguyen
.tr are binary files; as such, you should use: copy /b san.sanskrit2003.exp0*.tr san.sanskrit2003.exp2000.tr -- -- 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

Re: concatenating tr files

2013-04-22 Thread Shree Devi Kumar
Thanks, Zdenko. I'll change the filename and try using the /b switch with copy as suggested by Quan. I was trying to concatenate the files because http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 says: An alternative to multi-page tiffs is to create many single-page tiffs for a

Re: concatenating tr files

2013-04-21 Thread sdk
Zdenko, Please download the zip file from https://docs.google.com/file/d/0BwCwgbxF9x6pYm9oUnkyaHMyODA/edit It has the separate tr files as well as the combined tr file. I have included fewer files than earlier test, I got the same error with these. Let me know if you need the Box/Tif pairs

Re: concatenating tr files

2013-04-19 Thread Shree Devi Kumar
Thanks, Zdenko. Will do and post the link here. Shree Devi Kumar भजन - कीर्तन - आरती @ http://bhajans.ramparivar.com On Thu, Apr 18, 2013 at 11:46 PM, zdenko podobny zde...@gmail.com wrote: post somewhere your files, so we can test

concatenating tr files

2013-04-18 Thread Shree Devi Kumar
http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 says: An alternative to multi-page tiffs is to create many single-page tiffs for a single font, and then you must cat together the tr files for each font into several single-font tr files. In any case, the input tr files to

Re: concatenating tr files

2013-04-18 Thread zdenko podobny
post somewhere your files, so we can test it on linux... Zdenko On Thu, Apr 18, 2013 at 6:15 AM, Shree Devi Kumar shreesh...@gmail.comwrote: http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3 says: An alternative to multi-page tiffs is to create many single-page tiffs for a