📝 The easy way to integrate text handwriting recognition in your web app.
myscript-text-web is a web component that can be used in every web application to bring handwriting recognition and conversion. It integrates all you need:
- Signal capture,
- Digital ink rendering,
- Rich editing gestures,
- Conversion,
- Import (raw text),
- Exports (HTML and raw text).
- Have bower installed.
- Get your keys and the free monthly quota to access MyScript Cloud at developer.myscript.com
- Download myscript-text-web.
bower install myscript-text-web
- Create and edit
index.html
file in the same directory. Add the following line in thehead
section to import the library.
<!-- Load the webcomponent polyfill -->
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<!-- Load myscript-text-web and the related librairies -->
<link rel="import" href="bower_components/myscript-text-web/myscript-text-web.html">
- Use the component in the
body
section. Use the keys you received by mail.
<myscript-text-web
applicationkey="YOUR MYSCRIPT CDK APPLICATION KEY"
hmackey="YOUR MYSCRIPT CDK HMAC KEY">
</myscript-text-web>
- Launch a local web-server and use it!
Browse the examples hosted on github.io.
The directory examples/ of this Git repository contains all the example source codes.
A complete guide is available on MyScript Developer website.
The API Reference is available in the docs
directory or on myscript.github.io/myscript-text-web/ website.
We welcome your contributions:
If you wish to contribute to myscript-text-web
, feel free to fork it!
Please sign our Contributor License Agreement before submitting your pull request.
Made a cool app with myscript-text-web? We would love to hear about you! We’re planning to showcase apps using it so let us know by sending a quick mail to [email protected]