Thanks to visit codestin.com
Credit goes to github.com

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

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

License

Notifications You must be signed in to change notification settings

MyScript/myscript-text-web

Repository files navigation

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

Test it live

What is it about?

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

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-text-web.
bower install myscript-text-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-text-web and the related librairies -->
<link rel="import" href="bower_components/myscript-text-web/myscript-text-web.html">
  1. 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>
  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-text-web/ website.

Contribute

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.

Share your feedback

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]

License

Apache License 2.0