mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-07 19:05:20 +02:00
🐛 sbb_textline_detector: Fix filenames of created OCR-D file group
This commit is contained in:
parent
0c915c75de
commit
5fd04677f9
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class OcrdSbbTextlineDetectorRecognize(Processor):
|
|||
file_grp=self.output_file_grp,
|
||||
pageId=page_id,
|
||||
mimetype='application/vnd.prima.page+xml',
|
||||
local_filename=self.output_file_grp + '/' + file_id)
|
||||
local_filename=os.path.join(self.output_file_grp, file_id) + '.xml')
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue