Results 5 comments of Louis Davis

For Heroku 22 Stack I was able to get it working by just needing to add the buildpack; ``` https://github.com/pathwaysmedical/heroku-buildpack-tesseract ``` before calling my ruby buildpack. I was downloading the...

I've gotten around this by downloading/opening the external file to a Tempfile and using that temp path in the `open` method ``` file = URI.parse(remote_url).open images = PDFToImage.open(File.expand_path(file.path)) images.each do...

Think we've also been encountering this issue after doing an upgrade with a job with the unique config of; `unique :until_executed, lock_ttl: 10.minutes, on_conflict: :log`. Is the gem going to...

We also ran into this issue and the above solution worked for us, but we use `Grover` to use puppeteer so had to adjust step 4 to; ```ruby # config/initializers/grover.rb...

Alternatively it'd be really nice if you could have multiple crop modules per image (but only one enabled at a time) as I've also had this issue and don't want...