Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 1.21 KB

File metadata and controls

32 lines (27 loc) · 1.21 KB

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