Closed dmi3kno closed 6 years ago
The magick package on windows is self contained and does not depend on imagemagick. Did you try:
install.packages("magick")
Also tesseract does not depend on magick, it is a suggests
which means that it is only needed for running examples.
I apologize for asking. You are right that magick is self-contained. I would love to hear your view on #28 re: TMP images. Thank you again and sorry for my lack of diligence.
This is probably not an issue, but rather a suggestion and an invitation to discussion.
ImageMagick installation on Windows may be ... a little involved. Is there a reason you want to keep dependency on
magick
intesseract
? You only seem to usemagick
for savingmagick
images, so if you save them using other tools, you are afraid of losing class (do you even need to save them, as argued in #28)? I imagine that removing dependency on magick will help wider adoption oftesseract
, particularly by folks to tend to useimager
and other R image processing platforms