mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-07-01 22:50:12 +02:00
🐛 sbb_textline_detector: Fix making the output file id
This commit is contained in:
parent
2112bb18c6
commit
af5cbe9052
1 changed files with 1 additions and 1 deletions
|
@ -55,7 +55,7 @@ class OcrdSbbTextlineDetectorRecognize(Processor):
|
||||||
input_file = self.workspace.mets.find_files(fileGrp=self.input_file_grp, pageId=page_id)[0]
|
input_file = self.workspace.mets.find_files(fileGrp=self.input_file_grp, pageId=page_id)[0]
|
||||||
log.info("INPUT FILE %i / %s", n, input_file)
|
log.info("INPUT FILE %i / %s", n, input_file)
|
||||||
|
|
||||||
file_id = self._make_file_id(input_file, self.output_file_grp, n)
|
file_id = self._make_file_id(input_file, self.input_file_grp, n)
|
||||||
|
|
||||||
# Process the files
|
# Process the files
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue