【问题标题】:Difference between two pip3 packages: pytesseract vs tesseract [closed]两个 pip3 包之间的区别:pytesseract vs tesseract [关闭]
【发布时间】:2017-07-08 23:21:59
【问题描述】:

这两个包有什么区别?

pip3 install pytesseract

pip3 install tesseract

【问题讨论】:

  • 什么 - 你不能只是谷歌它?

标签: python python-3.x pip tesseract python-tesseract


【解决方案1】:

pip3 install pytesseract 让我this package

Python-tesseract 是 google 的 Tesseract-OCR 的 Python 包装器

pip install tesseract 得到我this package

基于镶嵌的非晶晕浓度恢复。 TesseRACt 软件包旨在根据使用 Voronoi 细分生成的粒子的体积信息计算模拟暗物质晕的浓度。

【讨论】:

    【解决方案2】:

    两者都是 Python 的 OCR 包装器;但是,pytesseract 基于 Google 的 OCR API,而 tesseract 不是。我建议使用 pytesseract ,因为它会更好地维护,但话虽如此,请尝试它们并使用对您更有效的方法。

    【讨论】:

    • 您的答案与 Anomitra 指向 tesseract 包的链接有何对应关系?
    猜你喜欢
    • 2014-08-23
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2020-01-18
    • 2013-01-04
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多