This repository has been archived by the owner on Oct 24, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Ref #469 & notch8/iiif_print#254 * Update IiifPrint to use a branch that: - does not include derivative rodeo, which broke PDF splitting - moves render_ocr_snippets method to an appropriate helpers * Remove render_ocr_snippets definition from application controller. * Add iiif_print_helper to pull in behavior.
- Loading branch information
LaRita Robinson
committed
Jun 30, 2023
1 parent
98ed18d
commit dc26ae1
Showing
3 changed files
with
6 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# frozen_string_literal: true | ||
module IiifPrintHelper | ||
include IiifPrint::IiifPrintHelperBehavior | ||
end |