-
Notifications
You must be signed in to change notification settings - Fork 1
IIIF Print Data Model
LaRita Robinson edited this page Jan 25, 2023
·
1 revision
- used in jobs as part of the after_create_fileset handler
- see
lib/iiif_print/data.rb
- stores path & derivative path
- see
lib/iiif_print/data/work_derivatives.rb
- used for temporarily storing parent-child relationships during the job which splits PDFs into child works with TIFFs
- entries for the parent id are used to create ordered members via CreateRelationshipsJob, and removed at the end of the job