转换命令在 windows 中不起作用

Convert command not working in windows

已安装 ImageMagick-7.0.4-7-Q16-x64-dll.exe 以解决 Tesseract 面临的问题,在这个 Whosebug 问题中解释了较小的字体 Is there any way to improve tesseract OCR with small fonts?

我运行下面的转换命令。但它仍然说无效参数。

C:\Users\rt\Desktop\Sample_Files>convert -resize 400% image5.jpg image5out.jpg
Invalid Parameter - 400%

当我 运行 这个

C:\Users\rt\Desktop\Sample_Files>where convert.exe
C:\Windows\System32\convert.exe

所以只有一个 convert.exe,我猜哪个属于 windows 转换。

我遗漏了一些东西或 Tesseract 或 ImageMagick 有什么问题?有人可以帮忙吗?

convert 现在替换为 magick 以避免与 Windows CONVERT.EXE.

冲突

identify 变为 magick identify.

mogrify 变为 magick mogrify。同样,animatecomparecomposestream.

或者,要继续使用旧的命令名称,您必须在安装 ImageMagick.

时勾选 Legacy