Skip to content

folfcoder/writeboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Writeboard [WIP]


What is Writeboard?

Writeboard is a virtual handwriting keyboard designed specifically for Linux desktops with drawing tablets or styluses. Powered by Qt 6 and Tesseract OCR, Writeboard offers easy-to-use UI and powerful handwriting recognition, thanks to the specifically trained custom model.

Installation

Currently, Writeboard is not available in any package manager. Please download the binary from the Releases page (stable) or from artifacts in Actions (latest). Additionally, make sure to have Qt (>=6.2.4) and Tesseract installed on your system before using Writeboard.

Development

Install dependencies:

cmake
gcc
leptonica
make
tesseract
qt6-declarative (>=6.2.4)
qtcreator (optional)

Run CMake and compile:

cmake -S . -B build
cd build && make

License

GNU General Public License v3.0

Releases

No releases published

Packages

No packages published