Inspired by Google's handwriting input, I decided to make my own app with handwriting input in MIT AI2.
For writing, I used a canvas, that will capture the handwritten text as an image and pass that to an OCR system. But, I didn't find any working OCR extension/API.
I looked up a the FAQ Section on OCR.
But I couldn't make it work.
The extension seem to do nothing (atleast in MIT AI2) and I am not very familiar with Web APIs. The last option seemed the most promising (coz it worked offline) but wasn't working for me as well.
So if anyone could make it work, please leave the .aia file of it. I'd be hugely grateful.
Publish as a web app, executing as "you" and accessible by "anyone, even anonymous"
Get the script url for use in the App Inventor App
Make a note also of the filename you give to your project (you can't find it again using just the script url!). I have included mine in the demo app for safekeeping....
What is the usaul way? I have no experience with Google API.
A standalone google apps script project is used for this demo. You can use a project bound to a spreadsheet if you find this easier, but the spreadsheet is not needed for this.
If you tutorial for standalone Google Script Web App then it would be highly appreciated.