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:
parent
7fef02bf0a
commit
bc95c03127
1 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue