有人知道有效的 OCR (PHP) 吗?

发布于 2024-10-14 07:52:56 字数 391 浏览 9 评论 0原文

可能的重复:
如何使用 PHP 在网站上实施 OCR?< /a>

我一直在寻找一个有效的 OCR 类(必须是 PHP)近 3 天。

有人知道有效的 OCR 吗?如果您有 OCR 样本,请指导我。

Possible Duplicate:
How can I implement OCR on a website using PHP?

Ive been looking for a working OCR class (must be PHP) for almost 3 days.

Anyone knows a working OCR? please guide me if you have a OCR sample.

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

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

发布评论

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

评论(1

云仙小弟 2024-10-21 07:52:56

我不相信有人用 PHP 实现了任何 OCR 解决方案。
OCR(光学字符识别)是一个非常复杂的软件,PHP 不适合实现。

但可以肯定的是,您可以从 PHP 调用外部 OCR 程序。
因此,您应该寻找可以从命令行使用的 OCR 解决方案。

I don't believe anybody implemented any OCR solution in PHP.
OCR ( Optical Character Recognition ) is a very complex piece of Software and not anything PHP would be suited for to implement.

But for sure you can call an external OCR program from PHP.
So you should look for an OCR solution which can be used from command line.

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