已安装ImageMagick-7.0.4-7-Q16-x64-dll.exe,用于解决在此Stackoverflow问题Is there any way to improve tesseract OCR with small fonts?
中解释的较小字体问题的Tesseract问题我运行了以下转换命令。但它仍然说无效参数。
new Types\AmountType(['value' => 100]);
当我跑这个
C:\Users\rt\Desktop\Sample_Files>convert -resize 400% image5.jpg image5out.jpg
Invalid Parameter - 400%
所以只有一个convert.exe,我猜这属于windows convert。
我遗漏了Tesseract或ImageMagick的错误或错误?有人可以帮忙吗?
答案 0 :(得分:1)
convert
现已替换为magick
,以避免与Windows CONVERT.EXE
发生冲突。
identify
变为magick identify
。
mogrify
变为magick mogrify
。同样,animate
,compare
,compose
和stream
。
或者,要继续使用旧的命令名称,您必须在安装 ImageMagick 时勾选Legacy
框。