Trying to play with ImageMagick to read scanned PDF texts, but at the point to convert the PDF to image, I've got this error, where it shows "no decode delegate for this image format `PDF' @ error/constitute.c/ReadImage/504". Been search for this solution for hours to no avail, need some help here.
OS: Windows 7 x64
ImageMagick Version: ImageMagick-6.9.8-10-Q16-x86-dll.exe
convert -list format
shows below output
Format Module Mode Description
-------------------------------------------
* native blob support
r read support
w write support
+ support for multiple images
gs
) with matching 32/64 bit-ness? – Mark Setchellconvert -version
? What do you get forgs --version
? If your output forconvert -list format
does not show anything further, then you have a problem with your install. It should list a lot of image formats. – fmw42