Skip to content

Releases: BigIskander/Handwriting-keyboard-for-Linux-tesseract

Handwriting keyboard for Linux desktop environment.

24 Jun 10:08
Compare
Choose a tag to compare

Handwriting keyboard for Linux desktop environment.
To recognize handwritten pattern program uses OCR engine.
At the moment program supports 2 OCR engines: Tesseract OCR and PaddleOCR.
To send the keyboard input program uses xdotool or ydotool.
For instructions read README.md file in this repository.

Changes:
Add --show-grid option.
Add --allow-undo option.
Add --stroke-autocorrect option.
Add --common-punctuation option.
Applied recommended security updates.

Handwriting keyboard for Linux desktop environment.

11 Mar 13:53
Compare
Choose a tag to compare

Handwriting keyboard for Linux desktop environment.
To recognize handwritten pattern program uses OCR engine.
At the moment program supports 2 OCR engines: Tesseract OCR and PaddleOCR.
To send the keyboard input program uses xdotool or ydotool.
For instructions read README.md file in this repository.

Changes:

  • Migrate to Tauri 2 framework from Tauri 1 framework.
  • Add PaddleOCR support.
  • Add ydotool support.
  • Add dark theme support.
  • Add proper command line options description in --help option.
  • Add some debug information output when launched with --debug option.
  • Add few more command line options for convenience.
  • Now program can be used in both X11 and Wayland desktop environment. Although Wayland not fully supported.
  • Applied recommended security updates.

Handwriting keyboard for Linux using tesseract-ocr.

28 Jan 07:58
Compare
Choose a tag to compare

Handwriting keyboard for Linux X11 desktop environment.
To recognize handwritten pattern program uses tesseract-ocr.
For instructions read README.md file in this repository.

Changes:
Fixed some issues with tesseract 5.

Handwriting keyboard for Linux using tesseract-ocr.

27 Jan 09:32
Compare
Choose a tag to compare

Handwriting keyboard for Linux X11 desktop environment.
To recognize handwritten pattern program uses tesseract-ocr.
For instructions read README.md file in this repository.

Changes:
Add support for tesseract 5.
Add about program description in CLI.
Add .AppImage
Applied recommended security updates.

Handwriting keyboard for Linux using tesseract-ocr.

27 Jan 09:06
5d5f885
Compare
Choose a tag to compare

Handwriting keyboard for Linux X11 desktop environment.
To recognize handwritten pattern program uses tesseract-ocr.
For instructions read README.md file in this repository.