mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 11:50:02 +02:00
🧹 sbb_textline_detector: Remove extra .xml suffix from METS file id
This commit is contained in:
parent
b4bef6460c
commit
2199bf0d8c
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ class OcrdSbbTextlineDetectorRecognize(Processor):
|
|||
x.run()
|
||||
|
||||
self.workspace.add_file(
|
||||
ID=file_id + '.xml',
|
||||
ID=file_id,
|
||||
file_grp=self.output_file_grp,
|
||||
pageId=page_id,
|
||||
mimetype='application/vnd.prima.page+xml',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue