UB-Mannheim/ocr-fileformat

page__alto transformation mixes XML with logging in the output

bertsky opened this issue · 2 comments

…resulting in invalid XML of course. Here is the culprit:

page-to-alto $ARGUMENT "$INFILE" > "$OUTFILE"; retval="$?"

Since page-to-alto has its own logging (to stdout as well), this will get warnings and errors mixed into the output.

@bertsky, can we close this issue?

Yes we can.