Click here to Skip to main content
15,881,424 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hi,

We are trying to generate a text in human handwriting in our local language Malayalam. The plan is to first make one person write down all possible alphabets of malayalam and is scanned. Further when an input is given from keyboard. It must generate the respective output in a text document with font same as the person's handwriting. Please Help us regarding the same

Thank you

Regards
Swathy Prasad
Posted
Updated 14-Jan-14 20:18pm
v2
Comments
Richard MacCutchan 15-Jan-14 4:21am    
You will need either to create fonts whose characters look like handwriting, or use some code to draw each character manually.

make scanned image database for human handwriting, then keyboard ascii values assign to same images. compare it and produce output, better way use EmguCV image processing library for it, it mostly use to training your scanned images..
 
Share this answer
 
I'm sure there will be fonts that will be close to the kind of hand writing you need.
Search on the internet and explore fonts.
 
Share this answer
 
Comments
Matt T Heffron 31-Jan-14 14:35pm    
http://lmgtfy.com/?q=malayalam+fonts

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900