We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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:
-d
[-o output_file_or_dir ]
-o /home/mrichter/some_dir
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.
The text was updated successfully, but these errors were encountered:
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).
Sorry, something went wrong.
No branches or pull requests
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_dir
I get:So it seems to be impossible to set a directory for the HTML output.
The text was updated successfully, but these errors were encountered: