Closed mweidling closed 2 years ago
@mweidling, thanks for reporting that. I will try to push a patch that fixes this issue today.
In the minimal workflow example, you provided, the last line must not contain \
. This is something that the validator complained about as well. It is the expected behavior.
In the minimal workflow example, you provided, the last line must not contain . This is something that the validator complained about as well. It is the expected behavior.
My bad, that's a copy & paste error.
This should be fixed now.
Still worth mentioning that the input/output match validation is not performed now. The match validation for that will be implemented after some refactoring of the code. It's now the user's responsibility to provide the correct -I/-O values in the ocr-d workflow.txt file.
For evaluating my OCR results I use the following minimal workflow:
This yields:
Since the syntax of the workflow is correct according to https://ocr-d.de/en/workflows#step-18-ocr-evaluation,
,
has to be allowed under certain circumstances.