-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |