scientist-softserv / iiif_print

A gem for Hyrax/Samvera for displaying PDF pages in a IIIF Compliant viewer
Apache License 2.0
4 stars 1 forks source link

Omit syntax warnings from command #223

Closed laritakr closed 1 year ago

laritakr commented 1 year ago

Story

PDF splitting was locking up during splitting command.

Refs https://github.com/scientist-softserv/britishlibrary/issues/385

Expected Behavior Before Changes

IiifPrint::Jobs::ChildWorksFromPdfJob hung in sidekiq and had to be cancelled. The file did not get split.

Expected Behavior After Changes

File now splits correctly but universal viewer breaks due to solr query too large. This is a new bug ticket.

Screenshots / Video

![Screenshot 2023-04-19 at 4 14 32 PM](https://user-images.githubusercontent.com/17851674/233191480-96395792-548d-4142-8c7d-1ac2a56a28f2.png) ![Screenshot 2023-04-19 at 4 15 10 PM](https://user-images.githubusercontent.com/17851674/233191559-0ef2a076-f19c-419e-9c6f-8c4726c19621.png)

Notes