We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a2c94 commit 831a24fCopy full SHA for 831a24f
src/dinglehopper/ocrd_cli.py
@@ -68,7 +68,7 @@ def process_page_file(self, *input_files: Optional[OcrdFileType]) -> None:
68
file_grp=self.output_file_grp,
69
page_id=page_id,
70
mimetype=mimetype,
71
- local_filename=report_prefix + report_suffix,
+ local_filename=file_id + report_suffix,
72
)
73
74
0 commit comments