Handwriting recognition API's for android applications [closed]

て烟熏妆下的殇ゞ 提交于 2019-11-27 02:42:31

问题


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.


来源:https://stackoverflow.com/questions/13063345/handwriting-recognition-apis-for-android-applications

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!