Added missing dependencies for ocropus.

This commit is contained in:
Patrick Jentsch
2018-10-10 15:20:34 +02:00
parent aa48ea6ed2
commit ce864e205a
2 changed files with 4 additions and 1 deletions

View File

@ -39,5 +39,5 @@ for input_file in input_files:
output_file.write(' </p>\n')
output_file.write(' </body>\n' +
' </text>\n' +
'</TEI>\n')
'</TEI>')
output_file.close()