Transkribus / TranskribusBaseLineEvaluationScheme

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TranskribusBaseLineEvaluationScheme

A tool for computing the qualitiy of baseline detection tools. Details explaining the evaluation scheme are available https://arxiv.org/abs/1705.03311 . For a standalone jar, with examples and HowTo download tool

Build Status

Requirements

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

Build Steps

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

a stand-alone tool is created at

target/TranskribusBaseLineEvaluationScheme-x.x.x-jar-with-dependencies.jar

Running

Have a look at the provided examples!

If you only want to USE the tool run

java -jar target/TranskribusBaseLineEvaluationScheme-x.x.x-jar-with-dependencies.jar --help

for the help.

Links

About

License:GNU Lesser General Public License v3.0


Languages

Language:Java 100.0%