Handwriting recognition API's for android appl

2019-01-18 03:26发布

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?

2条回答
萌系小妹纸
2楼-- · 2019-01-18 03:52

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.
查看更多
时光不老,我们不散
3楼-- · 2019-01-18 04:00

* 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.

查看更多
登录 后发表回答