Is there any good Handwriting recognition API to help develop application on Android Platform? Google has released (around July 2012 http://www.google.com/insidesearch/features/search/handwritinginput/index.html) a feature to use handwriting for search in touch screen devices it looks great, is there a possibility to get access to these API's for use in Android Apps?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
* I'm Product Manager at Vision Objects *
I guess that you'll be able to find what you're looking for on the developer forum of Vision Objects.
We announced new APIs 2 weeks ago.
And you can have a look on our web demo here.
回答2:
The best solution for android handwriting recognition is Thulika application and Thulika Trainer source code can be download from here
It is also avilable in google play. The advantages of using this code is.
- The code is easy to understand.
- it uses Encog neural network library.
- You can create your own character set using trainer application which is explained in the link
- Recognition is very fast (even in low memory device)
You have to note following while using thulika trainer
- download and use alpha.txt file from this link.you can edit this text file. otherwise it will not load the letters.
- Engine file should be renamed as E_enginename and put in to the engine folder before clicking load letter .
eg : E_english.