
khwrec - hand writing recognition (hwrec)
Various KDE 1.-4. Improvements
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
khwrec is a hand writing recognition tool for kde. Currently it recognises single character input, but will hopefully be able to handle fully joined up handwriting.
The engine is done, it needs help however improving the dictionary (turning the codes into letters). Currently the program puts a lot of output to stdout. In this there are Letter: acbgd lines, here acbgd is the code of the letter, these are matched against regular expressions in dictionary.cpp. Please look when letters arent found and try and work out why and email me changes. For more information on regular expressions google qregexp.
I have only tested this on my system kde 3.5 and a recent qt.
*** To get more info click on show debug window in the taskbar. When this window is active the output will ONLY go to this window and not to the window of current focus ***
To install the standard:
./configure
make
make install
Release 0.1_pre1
================
Works for single character recognition.
Reads from /dev/input/eventX
Bugs / Todo
============
Debouncing input
Onscreen feedback
Joined up
Proper manual explaining codes and features
**** I am looking for help in the following:
How to draw to the full screen above windows (overlay type thing). This is for a pen line when writing to the screen.
15 years ago
Initial Posting
Initial Release
15 years ago
Initial Posting
Initial Release
rsn
13 years ago
Have you considered integrating tesserat-ocr?
http://code.google.com/p/tesseract-ocr/
Looks like a good engine, but needs some glue and a good front end...
What do you think?
-Roy
Report
ich666
14 years ago
Report
paulrwheeler
14 years ago
Report
sebt3
15 years ago
Have you have a look to rosetta (http://www.handhelds.org/project/rosetta/), it might help
Report
paulrwheeler
15 years ago
I also plan to do full joined up word recognition (with dicitionary support -- aspell etc).
Report
harriseldon_double
15 years ago
http://freshmeat.net/projects/xstroke/
Report
paulrwheeler
15 years ago
Report