Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions ocrd_tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,8 @@ should be resolved in the following way:
`ocrd-dummy`, the variable would need to be called `OCRD_DUMMY_PATH`):
* Split the variable value at `:` and try to resolve by appending `<fpath>`
to each token and return the first found file if any
* `$VIRTUAL_ENV/share/ocrd-resources/<name-of-processor>/<fpath>`
* `$XDG_DATA_HOME/ocrd-resources/<name-of-processor>/<fpath>` (with `$HOME/.local/share` instead of `$XDG_DATA_HOME` if unset)
* `$XDG_CONFIG_HOME/ocrd-resources/<name-of-processor>/<fpath>` (with `$HOME/.config` instead of `$XDG_CONFIG_HOME` if unset)
* `/usr/local/share/ocrd-resources/<name-of-processor>/<fpath>`

## Input / Output file groups

Expand Down