mirror of
https://github.com/qurator-spk/sbb_textline_detection.git
synced 2025-06-09 20:00:04 +02:00
Assign page id
This commit is contained in:
parent
9e9163e852
commit
4fc57d7756
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ class OcrdSbbTextlineDetectorRecognize(Processor):
|
|||
|
||||
def process(self):
|
||||
for (n, input_file) in enumerate(self.input_files):
|
||||
page_id = input_file.pageId or input_file.ID
|
||||
log.info("INPUT FILE %i / %s", n, input_file)
|
||||
|
||||
file_id = self._make_file_id(input_file, self.input_file_grp, n)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue