/TranskribusClient

Note: the repo has been moved to https://gitlab.com/readcoop/Transkribus/TranskribusClient

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

TranskribusClient

A package with methods to access the REST API of the Trankribus server. Functionality is built upon Jersey.

Build Status

Building

Here is a short guide with steps that need to be performed to build your project.

Requirements

  • Java >= version 8
  • Maven
  • All further dependencies are gathered via Maven

Build Steps

git clone https://github.com/Transkribus/TranskribusClient
cd TranskribusClient
mvn install

Links