【发布时间】:2017-07-08 23:21:59
【问题描述】:
这两个包有什么区别?
pip3 install pytesseract
pip3 install tesseract
【问题讨论】:
-
什么 - 你不能只是谷歌它?
标签: python python-3.x pip tesseract python-tesseract
这两个包有什么区别?
pip3 install pytesseract
pip3 install tesseract
【问题讨论】:
标签: python python-3.x pip tesseract python-tesseract
pip3 install pytesseract 让我this package
Python-tesseract 是 google 的 Tesseract-OCR 的 Python 包装器
pip install tesseract 得到我this package
基于镶嵌的非晶晕浓度恢复。 TesseRACt 软件包旨在根据使用 Voronoi 细分生成的粒子的体积信息计算模拟暗物质晕的浓度。
【讨论】:
两者都是 Python 的 OCR 包装器;但是,pytesseract 基于 Google 的 OCR API,而 tesseract 不是。我建议使用 pytesseract ,因为它会更好地维护,但话虽如此,请尝试它们并使用对您更有效的方法。
【讨论】:
tesseract 包的链接有何对应关系?