Re: mftraining produces "Missing font_properties"

2013-04-14 Thread mama
Hi Please help me I understood the training procedure and get the traineddata set for my language for many characters of my language. But my language consists of many character and for few character set the generated box file recognize the original character along with another non required chra

Re: mftraining produces "Missing font_properties"

2013-04-14 Thread mama
On Tuesday, May 17, 2011 12:38:53 PM UTC+5:30, Eyal wrote: > > Hi, > > I tried to train some letters & when I ran the *mftraining *with the > parameters*:* > *mftraining -U unicharset -O lang.unicharset font1.tr *I recieved an > error message: "Missing font_properties". > > I'm working on windo

Re: mftraining produces "Missing font_properties"

2013-04-14 Thread mama
On Tuesday, May 17, 2011 12:38:53 PM UTC+5:30, Eyal wrote: > > Hi, > > I tried to train some letters & when I ran the *mftraining *with the > parameters*:* > *mftraining -U unicharset -O lang.unicharset font1.tr *I recieved an > error message: "Missing font_properties". > > I'm working on windo

Re: mftraining produces "Missing font_properties"

2012-11-12 Thread Quan Nguyen
The Powershell script train.ps1 on AddOns page can help automate the training process. http://code.google.com/p/tesseract-ocr/wiki/AddOns On Tuesday, May 17, 2011 2:08:53 AM UTC-5, Eyal wrote: > > Hi, > > I tried to train some letters & when I ran the *mftraining *with the > parameters*:* > *mf

Re: mftraining produces "Missing font_properties"

2012-11-11 Thread nuong mi tran
Hi, I also had the same problem. And I solved this by removing BOM mark ( http://en.wikipedia.org/wiki/Byte_order_mark) for font_properties file. Good luck for you. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send em

Re: mftraining produces "Missing font_properties"

2012-11-11 Thread nuong mi tran
Hi, I also had the same problem. And I solved this by removing BOM mark ( http://en.wikipedia.org/wiki/Byte_order_mark) for font_properties file. Good luck for you. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send em

Re: mftraining produces "Missing font_properties"

2012-09-24 Thread Francisco Loché Costa
Did you call the shapeclustering instruction after mftraining? And the unicharset extractor? If not, these are the instructions: >unicharset_extractor [font].[name].exp0.box >shapeclustering -F font_properties -U unicharset [font].[name].exp0.tr Works for me on tesseract 3.02. 2012/9/20 delli

Re: mftraining produces "Missing font_properties"

2012-09-24 Thread zdenko podobny
unicharset file you sent in not correct output from unicharset_extractor for eng.fontfile.exp0.box. How did you created it? font_properties do not follow wiki[1]. your eng.fontfile.exp0.tif do now follow wiki[2] ("It is *ABSOLUTELY VITAL* ...") [1] http://code.google.com/p/tesseract-ocr/wiki/Train

Re: mftraining produces "Missing font_properties"

2012-09-24 Thread bottu dilli babu
Hi Zdenko, Here am sending the unicharset file and font_properties file and also please tell me how to create unicharambigs i follwed training process but i dint get it sorry for late reply. Thanks, Delli On Fri, Sep 21, 2012 at 12:20 PM, zdenko podobny wrote: > post your unicharset file and

Re: mftraining produces "Missing font_properties"

2012-09-24 Thread bottu dilli babu
i Zdenko, Here am sending the unicharset file and font_properties file and also please tell me how to create unicharambigs i follwed training process but i dint get it sorry for late reply. > > Thanks, > Delli > > On Fri, Sep 21, 2012 at 12:20 PM, zdenko podobny wrote: > >> post your unicharset

Re: mftraining produces "Missing font_properties"

2012-09-20 Thread zdenko podobny
post your unicharset file and font_properties files. -- Zdenko On Fri, Sep 21, 2012 at 6:15 AM, bottu dilli babu wrote: > Hi Zdenko, > > I run the unicharset_extractor, but i am failing to create the font > properties file ,i gave the command as in the training process but it is > giving error

Re: mftraining produces "Missing font_properties"

2012-09-20 Thread bottu dilli babu
Hi Zdenko, I run the unicharset_extractor, but i am failing to create the font properties file ,i gave the command as in the training process but it is giving error like unexpected symbol please help me Thanks in advance Delli On Thu, Sep 20, 2012 at 7:42 PM, zdenko podobny wrote: > > > On Th

Re: mftraining produces "Missing font_properties"

2012-09-20 Thread zdenko podobny
On Thu, Sep 20, 2012 at 11:03 AM, delli wrote: > Hi , > I am trying to train the data by using tesseract ,am getting the > problem in mftrainig like > C:\Program Files\Tesseract-OCR\training>mftraining -F font_properties -U > unichar > set -O eng.unicharset eng.fontfile.exp0.tr > Failed to

Re: mftraining produces "Missing font_properties"

2012-09-20 Thread Nick White
Hi Delli, You need to make a little file called font_properties, as explained in the training guide here: http://code.google.com/p/tesseract-ocr/wiki/TrainingTesseract3#font_properties_(new_in_3.01) Nick On Thu, Sep 20, 2012 at 02:03:54AM -0700, delli wrote: > Hi , > I am trying to train the

Re: mftraining produces "Missing font_properties"

2011-05-19 Thread Robert Komar
On Thu, 19 May 2011, Eyal wrote: Just copy all the lines in one file - call it train.bat & double click it. The importance of the "copy" is when you'll have allready a file with that name. Try to create a file named: heb.inttemp and put in it some text. you'll see that the training will fail.

Re: mftraining produces "Missing font_properties"

2011-05-19 Thread zdenko podobny
On Wed, May 18, 2011 at 1:15 PM, Eyal wrote: > WOW!!! > > It worked. > > If you'll look again at the training manual, you'll see that there wasn't a > combination of both -F & -O and that's why I didn't write such command. > > I will try to improve wiki pages (e.g. AddOns) in next days. If you or

Re: mftraining produces "Missing font_properties"

2011-05-19 Thread Sriranga(78yrsold)
Eval, Thanks for the valuable guidance. Yes. If " copy" is used the conttents of the existing file will be replaced. With Best of GOOD LUCK, -sriranga(78yrs) On Thu, May 19, 2011 at 5:54 PM, Eyal wrote: > Just copy all the lines in one file - call it train.bat & double click it. > > The importa

Re: mftraining produces "Missing font_properties"

2011-05-19 Thread Eyal
Just copy all the lines in one file - call it train.bat & double click it. The importance of the "copy" is when you'll have allready a file with that name. Try to create a file named: heb.inttemp and put in it some text. you'll see that the training will fail. Good luck, Eyal -- You receive

Re: mftraining produces "Missing font_properties"

2011-05-19 Thread Sriranga(78yrsold)
Eval, I tested with "rename" it works for me. Only what i have done is replaced "copy" in the commandline with " rename" nothing else. extract of cmd is reproduced below for ready reference. J:\New000-r527>dir no*.* Volume in drive J is Disk J Volume Serial Number is D067-55AF Directory of J:\

Re: mftraining produces "Missing font_properties"

2011-05-19 Thread Eyal
Sriranga, I wrote "rename" in my first version of the batch but when I already had a file with the same name, the rename command failed. Anything else? Eyal. -- You received this message because you are subscribed to the Google Groups "tesseract-ocr" group. To post to this group, send email t

Re: mftraining produces "Missing font_properties"

2011-05-18 Thread Sriranga(78yrsold)
Dear Eval, small modification = instead of "copy normproto lang1.normproto" why not use as "rename normproto lang1.normproto" etc. With Best Wishes, -sriranga(78yrs) On Wed, May 18, 2011 at 7:52 PM, Eyal wrote: > *The only difference is the line I changed, but I'll send the whole batch > I wrot

Re: mftraining produces "Missing font_properties"

2011-05-18 Thread Sriranga(78yrsold)
Eval, Thank you very much for your prompt reply. I find it very useful for the users. Awaiting your whole batch you wrote. Keep it up good work. Wish you Good Luck and Success in your good mission, -sriranga(78yrs) On Wed, May 18, 2011 at 7:52 PM, Eyal wrote: > *The only difference is the line I

Re: mftraining produces "Missing font_properties"

2011-05-18 Thread Eyal
*The only difference is the line I changed, but I'll send the whole batch I wrote:* tesseract.exe font1.tif font1 nobatch box.train unicharset_extractor font1.box mftraining -F font_properties -U unicharset -O lang1.unicharset font1.tr cntraining font1.tr copy normproto lang1.normproto copy

Re: mftraining produces "Missing font_properties"

2011-05-18 Thread 78yrsold
congratulations! it would be nice to give full commandline used by you for benefit of users of the forum. On May 18, 4:15 pm, Eyal wrote: > WOW!!! > > It worked. > > If you'll look again at the training manual, you'll see that there wasn't a > combination of both -F & -O and that's why I didn't

Re: mftraining produces "Missing font_properties"

2011-05-18 Thread Eyal
WOW!!! It worked. If you'll look again at the training manual, you'll see that there wasn't a combination of both -F & -O and that's why I didn't write such command. I start to think - It seems sometimes there's a need to understand the instuctions and not just run them like a robot... Thank

Re: mftraining produces "Missing font_properties"

2011-05-17 Thread zdenko podobny
On Tue, May 17, 2011 at 11:58 AM, Eyal wrote: > Quite a good guess, but I'm very disappointed to to say - I DID read the > documentation... > > And I even run the following command: > > *mftraining -F font_properties -U unicharset font1.tr* > > And I got results which don't show any error... : >

Re: mftraining produces "Missing font_properties"

2011-05-17 Thread Eyal
Quite a good guess, but I'm very disappointed to to say - I DID read the documentation... And I even run the following command: *mftraining -F font_properties -U unicharset font1.tr* And I got results which don't show any error... : *Reading font1.tr ...* * * *Writing Merged Microfeat ...Done!

Re: mftraining produces "Missing font_properties"

2011-05-17 Thread zdenko podobny
On Tue, May 17, 2011 at 9:08 AM, Eyal wrote: > Hi, > > I tried to train some letters & when I ran the *mftraining *with the > parameters*:* > *mftraining -U unicharset -O lang.unicharset font1.tr *I recieved an error > message: "Missing font_properties". > > I'm working on windows 7, visual studi

mftraining produces "Missing font_properties"

2011-05-17 Thread Eyal
Hi, I tried to train some letters & when I ran the *mftraining *with the parameters*:* *mftraining -U unicharset -O lang.unicharset font1.tr *I recieved an error message: "Missing font_properties". I'm working on windows 7, visual studio 2010. When I used the already compiled mftraining.exe fo