Skip to content
This repository was archived by the owner on Jan 4, 2021. It is now read-only.
/ myscript-math-web Public archive

✏️ ☁️ The easy way to integrate mathematical expressions handwriting recognition in your web app.

License

Notifications You must be signed in to change notification settings

MyScript/myscript-math-web

Repository files navigation

📝 The easy way to integrate mathematical expressions handwriting recognition in your web app.

Test it live

What is it about?

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

Getting started

Prerequisites

  1. Have bower installed.
  2. Get your keys and the free monthly quota to access MyScript Cloud at developer.myscript.com

Installation

  1. Download myscript-math-web.
bower install myscript-math-web
  1. 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">
  1. 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>
  1. Launch a local web-server and use it!

Examples

Browse the examples hosted on github.io.

The directory examples/ of this Git repository contains all the example source codes.

Documentation

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.

Contribute

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.

Share your feedback

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

License

Apache License 2.0