1
0
Fork 0
mirror of https://github.com/qurator-spk/dinglehopper.git synced 2025-06-09 20:00:01 +02:00

🕸Do not use deprecated ID, pageId options

See gh-75.
This commit is contained in:
Mike Gerber 2023-03-14 13:16:09 +01:00
parent 7fef02bf0a
commit bc95c03127

View file

@ -66,9 +66,9 @@ class OcrdDinglehopperEvaluate(Processor):
[".json", "application/json"], [".json", "application/json"],
]: ]:
self.workspace.add_file( self.workspace.add_file(
ID=file_id + report_suffix, file_id=file_id + report_suffix,
file_grp=self.output_file_grp, file_grp=self.output_file_grp,
pageId=page_id, page_id=page_id,
mimetype=mimetype, mimetype=mimetype,
local_filename=report_prefix + report_suffix, local_filename=report_prefix + report_suffix,
) )