Skip to content

Commit

Permalink
Merge pull request #41 from OCR-D/fix/set-pcgtsid
Browse files Browse the repository at this point in the history
Set pcGtsId
  • Loading branch information
mikegerber authored Aug 6, 2020
2 parents 046e3e8 + 7da45a0 commit 4c85b83
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ocrd_calamari/recognize.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ def _words(s):


file_id = self._make_file_id(input_file, n)
pcgts.set_pcGtsId(file_id)
self.workspace.add_file(
ID=file_id,
file_grp=self.output_file_grp,
Expand Down

0 comments on commit 4c85b83

Please sign in to comment.