Run Transkribus via command line

  • Transkribus is contained in the main jar file Transkribus-.jar
  • To run the program from command line type: java -jar Transkribus-.jar
  • Note: Java 8 is needed to run the program. Make sure Java 8 is either installed system wide or copy a JRE into the program directory!
    • Java 9 and 10 are not supported! If already installed on your system please copy a Java 8 JRE (from https://java.com/de/download/manual.jsp#win) into the Transkribus package (=the unzipped installation folder with the application exe). This way the program takes the Java from there without having it installed on the computer. Note: Please rename the folder to ‘jre’ – only then it will be found!!
    • Some problems (mainly Java heap space) occur because a Java 32 bit version is installed on a 64 bit operating system. Please check!”
  • Note: To run the scripts in Mac (or Linux) you may have to make them executable from the command line: (any version before 0.6.8)
    • Mac console basics
    • change into the program folder using ‘cd’ commands
    • chmod +x Transkribus.command (or chmod +x Transkribus.sh for Linux!)
  • Furthermore you will find several files in the Transkribus package copied to your computer:
    • config.properties can be modified to adjust simple appearance properties
    • virtualKeyboards.xml can be used to specify a set of virtual keyboards
    • logback.xml can be modified to adjust logging properties (for expert users only)
  • The ‘libs’ subfolder contains the necessary libraries for all platforms. Currently supported are:
    • Windows 32/64 bit
    • Linux 32/64 bit
    • OSX 64 bit