Hei!
I tried to run something like
java -cp ocrevaluation.jar eu.digitisation.Main \
-gt {ground_truth_file} [{encoding}] \
-ocr {ocr_file} [encoding] \
-d {output_directory} [-r {equivalences_file}]
from the directory where I downloaded ocrevalUAtion-1.3.4-jar-with-dependencies.jar to and got the following error:
"Fehler: Hauptklasse eu.digitisation.Main konnte nicht gefunden oder geladen werden
Ursache: java.lang.ClassNotFoundException: eu.digitisation.Main"
Could you help me with that?