tk120404 / tesseractindic

Automatically exported from code.google.com/p/tesseractindic
Other
0 stars 0 forks source link

Update Readme for new generate.py #3

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Readme still mentions old format for using Generate.py. Please update it
according to latest change which i guess would be:
"Usage: python generate.py -font <font name> -l <language> -s <size> -a
<input alphabet directory>"

Original issue reported on code.google.com by choudhar...@gmail.com on 15 Jun 2009 at 9:39

GoogleCodeExporter commented 9 years ago
I updated the README file on 5th June and it does mention the new format.

Original comment by debayanin on 20 Jun 2009 at 5:01

GoogleCodeExporter commented 9 years ago
Isn't this
http://code.google.com/p/tesseractindic/source/browse/trunk/tesseract_trainer/RE
ADME
what you were refering to?

Original comment by debayanin on 20 Jun 2009 at 5:01

GoogleCodeExporter commented 9 years ago
That is error 
====================================================================
Traceback (most recent call last):
  File "./trainer_gui.py", line 136, in train
    tesseract_trainer.generate.draw(font_string,15,self.language,tesseract_trainer.file.read_file(self.DirectoryIn),self.DirectoryOut)
  File "/home/ghskadappoor/Desktop/Malayalam/TesseractIndic-Trainer-GUI-0.1.3/tesseract_trainer/generate.py", line 115, in draw
    for ex in range(strip[values],strip[values]+1):
TypeError: range() integer end argument expected, got float.
=======================================================================

Original comment by nidhi...@gmail.com on 21 Dec 2014 at 1:12