Stephen Schüz PRO said 10 months ago on Optical Character Recognition :
EDIT: It worked after I added tesseract to my docker file 😅
RUN apt-get update \
  && apt-get -y install tesseract-ocr-all 

Thanks for this episode, really nice!! I've implemented this the way you did (but using sidekiq for the job and cloundinary for the file storage), and it works fine in development. However, when I switch to production on fly.io, I'm getting issues with MiniMagik: 

MiniMagick::Invalid (`identify /tmp/mini_magick20230712-231-wlk5jb` failed with status: 1 and error: identify-im6.q16: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/421.dasf

Has anybody else experienced issues on production with this?

Thanks!