Skip to content

Instantly share code, notes, and snippets.

@jcoyne
Last active December 20, 2015 03:19
Show Gist options
  • Save jcoyne/6062759 to your computer and use it in GitHub Desktop.
Save jcoyne/6062759 to your computer and use it in GitHub Desktop.
class GenericFile < ActiveFedora::Base
...
makes_derivatives_of :content, based_on: :mime_type do
'text/pdf' => { derivatives: { :text => { :quality => :better },
processors: [:ocr]}},
['image/png', 'image/jpg'] => { derivatives: { :medium => "300x300>", :thumb => "100x100>" }}
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment