Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tboenig authored Apr 5, 2022
1 parent 53940e7 commit 0e90283
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,25 @@
# keyboardGT

The Aletheia document image analysis system offers the possibility to install additional virtual keyboards or to customize them.
This repository offers about 80 keyboards based on the MUFI snapchot for download on the [Github page](https://tboenig.github.io/keyboardGT/overview.html).



## Keyboard Production

The production of the keyboards is done automatically.
An XSLT stylesheet and a Github action workflow are used.

If you want to create the keyboard on your computer
- an XSLT processor is installed (Saxon is recommended)
- clone the repo and
- the following command is necessary.

`java -jar saxon-he.jar -xsl:scripts/keyboard.xsl output=keyboards -s:scripts/keyboard.xsl `

📝 Note: The keybords are are stored in the folder `ghout/keyboards` on your system.

## See Also

- Aletheia https://www.primaresearch.org/tools/Aletheia
- Saxon https://www.saxonica.com/welcome/welcome.xml

0 comments on commit 0e90283

Please sign in to comment.