carrierwave-docsplit is a thin wrapper around docsplit that knows how to talk to carrierwave.
- Install it:
gem install carrierwave-docsplit
- Then Require the file and drop it into your module.
extend CarrierWave::DocsplitIntegration
- Hook in the integration.
extract_images :to => :thumbs, :sizes => { :large => "300x", :medium => "500x" }