此模块有问题 Image::OCR::Tesseract

发布于 2024-11-28 02:39:47 字数 369 浏览 2 评论 0原文

我安装了以下模块 Image::OCR::Tesseract 和 ppm

我安装了 activestate perl v5.8.8,当我尝试运行以下代码时,

 use Image::OCR::Tesseract 'get_ocr';

 my $image = 'my_image.jp';

 my $text = get_ocr($image);

:我收到以下错误消息:

无效参数 - -compress

1024 at C:/Perl /site/lib/Image/OCR/Tesseract.pm 第 77 行。

有人可以帮忙解决这个错误消息/或者如果有人以前遇到过这个问题吗?

I have activestate perl v5.8.8 installed i install the following module Image::OCR::Tesseract with the ppm

when I try to run the following code:

 use Image::OCR::Tesseract 'get_ocr';

 my $image = 'my_image.jp';

 my $text = get_ocr($image);

I get the below error messgae :

Invalid Parameter - -compress

1024 at C:/Perl/site/lib/Image/OCR/Tesseract.pm line 77.

Could someone help what could be this error message /or if someone have this problem beofre ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

携君以终年 2024-12-05 02:39:47

Image::OCR::Tesseract,这个错误是由于convert不理解-compress参数引起的。也许,您可以尝试将 ImageMagick 更新到较新的版本。

Judging by the source of Image::OCR::Tesseract, this error is caused by convert not understanding the -compress parameter. Perhaps, you can try updating ImageMagick to a newer version.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文