OCR-Engine Tesseract:如何对大量文件进行自动文本识别

发布于 2024-11-10 08:56:37 字数 890 浏览 0 评论 0原文

我有大量要解析的文件。

它们看起来像这些:参见示例:

http:// /www.foundationfinder.ch/ShowDetails.php?Id=134&InterfaceLanguage=&Type=Image

http://www.foundationfinder.ch/ShowDetails.php?Id =134&InterfaceLanguage=&Type=Html

嗯,我想使用 Image::OCR::Tesseract 可能会很有趣。我想我用 Tesseract 解析它( http://search.cpan.org/~leocharre/Image-OCR-Tesseract-1.24/lib/Image/OCR/Tesseract.pod

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

my $image = './hi.jpg';

my $text = get_ocr($image);

这是正确的语法吗?

I have a large amount of files that I want to parse.

they look like these ones: See a example:

http://www.foundationfinder.ch/ShowDetails.php?Id=134&InterfaceLanguage=&Type=Image

http://www.foundationfinder.ch/ShowDetails.php?Id=134&InterfaceLanguage=&Type=Html

Well I guess that using Image::OCR::Tesseract could be interesting. I think I parse this with Tesseract ( http://search.cpan.org/~leocharre/Image-OCR-Tesseract-1.24/lib/Image/OCR/Tesseract.pod )

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

my $image = './hi.jpg';

my $text = get_ocr($image);

Is this the proper syntax?

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

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

发布评论

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

评论(1

み青杉依旧 2024-11-17 08:56:37

您可以下载并编译最新版本的 tesseract。然后您可以编写一个(shell 或 Perl)脚本来提供所有文件进行解析。

You might download and compile the latest version of tesseract. Then you can write a (shell or Perl) script to feed all your files for parsing.

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