PHP/Python 的 OCR 解决方案

发布于 2024-10-17 04:25:45 字数 111 浏览 2 评论 0原文

我正在寻找一个可以读取 PHP 或 Python 的英文文本和数字的 OCR 库
我学习新的编程语言并不是为了使用 OCR,
但是,如果我发现没有其他选择,我想这是可能的 (请不要.Net)

I'm looking for an OCR Library that could read english text and numbers for PHP or Python
I don't learning a new programming language just for using an OCR,
however, if I see that there isn't any other option, I guess it would be possible
(please nothing .Net)

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

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

发布评论

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

评论(2

山田美奈子 2024-10-24 04:25:45

要为 ubuntu 安装 tesseract-ocr :

sudo apt-get update && sudo apt-get install tesseract-ocr

对于我们来说,您可以使用命令行或使用 我自己的 OCR 脚本

To install tesseract-ocr for ubuntu :

sudo apt-get update && sudo apt-get install tesseract-ocr

To us it the, you can use the command-line or use my own OCR script

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