Writing app with stylus input and OCR

I’m looking to create an app that can allow users to write text using stylus and/or finger input.

I would also like to integrate optical character recognition (OCR) so that the app can do stuff with the text such as store it in a database.

Is this possible today in Fusetools? If so, how would it be done?

Hi Angela,

About the stylus a good start is the fuse signature library, and about the OCR I think the best way is to implement a wrapper of Google Mobile Vision SDK using foreign code.