CarrierWave + Docsplit: A Loving Union

carrierwave-docsplit is a thin wrapper around docsplit that knows how to talk to carrierwave.

Usage

  1. Install it:
gem install carrierwave-docsplit
  1. Then Require the file and drop it into your module.
extend CarrierWave::DocsplitIntegration 
  1. Hook in the integration.
  extract_images :to => :thumbs, :sizes => { :large => "300x", :medium => "500x" }