Awesome
QML Handwriting
Open source handwriting recognition keyboard based on Qt/QML
Built out of QML, ShortStrawJS and Zinnia.
Features
- Pure QML-based layout, can integrate with input method panel
- Supports Chinese (Traditional/Simplified) and Japanese, models and engines from Zinnia
- Strokes detection and recognition based on ShortStraw algorithm
How to Install
- Install Zinnia library
- Install QML Canvas plugin
- Check-out source code and compile:
git clone https://github.com/penk/qml-handwriting.git
- Download handwriting models, default path is
/usr/share/tegaki/models/zinnia/handwriting-zh_TW.model
License
The source codes are, unless otherwise specified, distributed under the terms of the GNU Lesser General Public License.
Credits
Copyright (C) 2012 Ping-Hsun Chen <penkia@gmail.com>, @penk
Includes:
- ShortStrawJS by Joshua Koo
- qmlcanvas by Qt Labs
- Zinnia models from Tegaki project