我对linux非常陌生,我刚刚开始学习linux的基础知识。我们有一个名为tesseract的包,它在测试和开发环境中有不同的版本。我无法更新tesseract版本,因为它提供了以下内容tesseract-ocr is already the newest version(3.04.01-5)但是,当我在
然后我尝试使用命令->pip安装tesseract-ocr来安装tesseract。 Requirement already satisfied: cython in .running build_py file tesseract_ocr.py(for module tesseract_ocr) not found
runnin
(pytesseract.image_to_string(Image.open('A_1.jpg')))'If you don't have tesseractexecutable in your PATH, include the following:
pytesseract.pytesseract.tesseract_cmd = r'<full_path_to_your_tesseract_executable>
我已经成功地在windows上部署了我的项目,但是我被困在linux ubunutu上运行这个项目。根据我的研究,我必须在linux上使用.so文件而不是.dll文件。例如e.g.linux x86v文件夹。 at net.sourceforge.tess4j.Tesseract.init(Tesseract.java:286)
at net.sourceforge.tess4j.<
当我在Linux中运行以下代码时,输出是有意义的:import pandas as pd
import pytesseract# need to add tesseract install location to path in windows. tesseract_path= r"C:\Program Files\Tesseract-OCR