Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Created October 7, 2015 18:24
Show Gist options
  • Save jcoyne/ba0abc18c94e290c6e76 to your computer and use it in GitHub Desktop.
Save jcoyne/ba0abc18c94e290c6e76 to your computer and use it in GitHub Desktop.
Hydra::Derivatives::PdfDerivatives.create(filename,
outputs: [{ label: :thumbnail, format: 'jpg', size: '338x493', url: derivative_url('thumbnail') }])
Hydra::Derivatives::FullTextExtract.create(filename,
outputs: [{ format: 'txt', url: derivative_url('fulltext') }])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment