View Single Post
Old 09-27-2023, 06:58 PM   #17
elinkser
Addict
elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.elinkser has survived committing the World's Second Greatest Blunder.
 
Posts: 242
Karma: 146236
Join Date: Oct 2022
Device: Kobo Clara HD
***

The landscape does look pretty bleak so not arguing with you but, for the record:


[WIP] Lua Plugin for Handwriting recognition #2176
https://github.com/xournalpp/xournalpp/pull/2176
There is a link to this:
Lipi Toolkit
https://lipitk.sourceforge.net/lipi-toolkit.htm
https://sourceforge.net/projects/lip...pi_toolkit4.0/

$ cd rmkit-build/

$ tar zxvf lipi-toolkit4.0.0-src-linux.tar.gz lipi-toolkit4.0.0-src-linux/

$ cd lipi-toolkit4.0.0-src-linux/

$ nano -l src/build-x64.sh
Code:
 80 #       if [ $os != "Ubuntu" ]
 81 #       then
 82 #               echo "\nERROR: lipi-core-toolkit can be built only on Ubuntu Linux\n"
 83 #               exit 1
 84 #       fi
...
 88                 find /lib/x86_64-linux-gnu -print | grep "$filename\." 1>/dev/null 2>&1
$ sh src/build-x64.sh -b
Building lipitk objects and binaries.....OK

$ LIPI_ROOT=~/rmkit-build/lipi-toolkit4.0.0-src-linux src/apps/samples/shaperectst/linux-x64/shaperectst SHAPEREC_NUMERALS projects/demonumerals/data/1/1_0.txt

Input Logical project name = SHAPEREC_NUMERALS

Input ink file for recognition = projects/demonumerals/data/1/1_0.txt

Recognition Results

Choice[0] Recognized Shapeid = 1 Confidence = 0.549951

Choice[1] Recognized Shapeid = 2 Confidence = 0.126473


Over a decade old and still ticking!

***

jersou/mouse-actions
https://github.com/jersou/mouse-actions

$ cd rmkit-build/

$ wget https://github.com/jersou/mouse-acti...heads/main.zip

$ mv main.zip mouse-actions-main.zip

$ unzip mouse-actions-main.zip

$ cd mouse-actions-main/

$ cargo build --release

Ran out of cell data, so had to abort, LOL
elinkser is offline