impactcentre / ocrevalUAtion

OCR evaluation brought to you by University of Alicante
Apache License 2.0
66 stars 27 forks source link

No output to a directory possible #16

Open ponchofiesta opened 5 years ago

ponchofiesta commented 5 years ago

With version 1.3.2 you removed the parameter -d. The Usage output says [-o output_file_or_dir ]. But if I set -o /home/mrichter/some_dirI get:

INFO: eu.digitisation.utils.xml.DocumentParser: javax.xml.transform.TransformerException: java.io.FileNotFoundException: /home/mrichter/some_dir (Is a directory)

So it seems to be impossible to set a directory for the HTML output.

mcswell commented 2 years ago

Also, the instructions at https://github.com/impactcentre/ocrevalUAtion/wiki/How-to-use-ocrevalUAtion say this is a -d arg, should be -o (as per the usage output).