📝 The easy way to integrate mathematical expressions handwriting recognition in your web app.
myscript-math-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,
- Exports (LaTex and MathML).
- Have bower installed.
- Get your keys and the free monthly quota to access MyScript Cloud at developer.myscript.com
- Download myscript-math-web.
bower install myscript-math-web
- Create and edit
index.html
file in the same directory. Add the following line in the head section to import the library.
<!-- Load the webcomponent polyfill -->
<script src="bower_components/webcomponentsjs/webcomponents-loader.js"></script>
<!-- Load myscript-math-web and the related librairies -->
<link rel="import" href="bower_components/myscript-math-web/myscript-math-web.html">
- Use the component in the
body
section. Use the keys you received by mail.
<myscript-math-web
applicationkey="YOUR MYSCRIPT CDK APPLICATION KEY"
hmackey="YOUR MYSCRIPT CDK HMAC KEY">
</myscript-math-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-math-web/ website.
We welcome your contributions: If you wish to contribute to myscript-math-web, feel free to fork it! Please sign our Contributor License Agreement before submitting your pull request.
Made a cool app with myscript-math-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 myapp@myscript.com