Hi, this is Navaneetha 

i'm working in hand written character recognition project. 

I have trained 1300 different hand written fonts of english and moved the 
files into tessdata directory.

tested tesseract using the below commands:

$convert -density 300 input.png -depth 8 -strip -background white -alpha 
off out.tiff

 $tesseract out.tiff eng

The input.png is of Alanis Handa font and i have trained this font but i'm 
not getting atleast 40% accuracy.

Can someone help me.


Thanks in advance.

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tesseract-ocr.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tesseract-ocr/24acbae0-13e3-4eac-a55a-802629665854%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
#out # tesseract out.tiff out 

abcdc-ctjb\i ‘)‘k\uw
no]oirs'fuvwx%z  



#out1   #tesseract out.tiff out1 -l eng

abcdc-ctjb\i ‘)‘k\uw
no]oirs'fuvwx%z    



#out2  #tesseract out.tiff out2 -l AlanisHand

J,soJ<aoaNJ\\<,\N
no‘oirS+<flvN%a  


#out3 # tesseract out.tiff out3 -l eng+AlanisHand  

abcdc-ctjb\i J\<,\N
no‘oirS+<flvN%a   


## the above results for the text "a-z" small letters  which are in Alanis 
Handa font

like " abcdefghijklm
       nopqrstuvwxyz"
       
       
       

Reply via email to