4

On Windows 7 when tapping a text entry field with the tablet pen an on screen keyboard or handwritten-text tool would pop up allowing me to write out text and hit the insert button.

Is there anything similar to this on Ubuntu? (13.04)

This is what I'm talking about if you're unfamiliar: enter image description here

aboutros
  • 830

1 Answers1

2

Installing Cellwriter

Cellwriter regonizes handwriting and transforms it into text.

Cellwriter on youtube

You need to activate the universe repository. Then you can install cellwriter with

sudo apt-get install cellwriter

There is some more good info to lift from this archived post written in german. You can ask google to translate it for you here.

MadMike
  • 4,244
  • 8
  • 28
  • 50
  • 1
    Something is wrong with that program. During the training where you teach it to recognize your handwriting by tracing over letters you cannot lift the pen for characters that require it. For example when teaching it a lowercase t it treats the vertical stroke and horizontal stroke as separate attempts at a "t". This creates a problem where any vertical stroke or horizontal stroke will be recognized as a "t". Seems broken. Thanks though. – aboutros Oct 10 '13 at 22:39
  • Don't need to draw characters exactly how they look in training mode, you can "invent" a streak for every one. This message was written with Cellwriter and a Wacom tablet by the way. – leoperbo May 10 '23 at 20:11