【发布时间】:2017-02-07 20:25:30
【问题描述】:
已安装 ImageMagick-7.0.4-7-Q16-x64-dll.exe 以解决在 Stackoverflow 问题 Is there any way to improve tesseract OCR with small fonts? 中解释的 Tesseract 面临的小字体问题
我运行了以下转换命令。但它仍然说参数无效。
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 convert。
我错过了 Tesseract 或 ImageMagick 的某些内容或错误?谁能帮忙?
【问题讨论】:
标签: image resize imagemagick tesseract imagemagick-convert