两个 pip3 包之间的区别:pytesseract vs tesseract [关闭]
Posted
技术标签:
【中文标题】两个 pip3 包之间的区别:pytesseract vs tesseract [关闭]【英文标题】:Difference between two pip3 packages: pytesseract vs tesseract [closed] 【发布时间】:2017-07-08 23:21:59 【问题描述】:这两个包有什么区别?
pip3 install pytesseract
pip3 install 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
包的链接有何对应关系?以上是关于两个 pip3 包之间的区别:pytesseract vs tesseract [关闭]的主要内容,如果未能解决你的问题,请参考以下文章