如何使用 PHP 在网站上实现 OCR?

发布于 2024-08-19 22:00:50 字数 93 浏览 3 评论 0原文

是否有可在 Linux 服务器上使用 PHP 或 Python 的免费 OCR 库?这个想法是能够上传图像并从中提取字符,或者允许用户“绘制字符”,并从所述图像中解析它们。

Are there any free OCR libraries that work with PHP or Python on a Linux server? The idea is to be able to upload an image and pull out characters from it, or allow users to "draw characters", and parse them out of said image.

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

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

发布评论

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

评论(2

任性一次 2024-08-26 22:00:50

由于您使用的是 Linux 机器,因此我强烈推荐 Google 的开源项目 ocropus

它不是 PHP,但我认为它将是您的最佳选择。当然,您可以通过 exec 从 PHP 中调用它。它已经成熟并且有很多选择。来自项目现场:

OCRopus 引擎基于两个研究项目:90 年代中期开发并由美国人口普查局部署的高性能手写识别器,以及新颖的高性能布局分析方法。

还有另一个开源项目 tesseract。我过去也用过这个,并且对结果很满意。包括培训、限制字母表等。

Since you're on a Linux box, I would highly recommend Google's open source project ocropus.

It's not PHP, but I think it will be your best option. Of course you can call it from within PHP via exec. Its mature and has a lot of options. From the project site:

The OCRopus engine is based on two research projects: a high-performance handwriting recognizer developed in the mid-90's and deployed by the US Census bureau, and novel high-performance layout analysis methods.

There is also another open source project, tesseract. I've used this in the past as well and have been pleased with the results. Includes training, limiting your alphabet, etc.

落墨 2024-08-26 22:00:50

您看过 Andrey Kucherenko 的 phpOCR 课程吗?
http://www.phpclasses.org /package/2874-PHP-Recognize-text-objects-in-graphical-images.html
这是一篇旧文章,但可能对你有帮助。

Have you seen phpOCR classes of Andrey Kucherenko ?
http://www.phpclasses.org/package/2874-PHP-Recognize-text-objects-in-graphical-images.html
It's an old article but may help you.

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